paulrouget / html5dashboard

HTML5 Dashboard
https://mozillademos.org/demos/dashboard/demo.html
172 stars 57 forks source link

Fixed link to CSS Multiple Backgrounds #2

Closed jchaney closed 13 years ago

jchaney commented 13 years ago

It was pointing to: https://developer.mozilla.org/en/Using_gradients

It's now pointing to: https://developer.mozilla.org/en/CSS/Multiple_backgrounds

Probably less work for you to just fix the link than merge this change, but here's the pull request anyways.

paulrouget commented 13 years ago

Thx for that :)

tmm1 commented 13 years ago

Hey there,

Soon after the new GitHub Merge Button feature was released today we discovered a bug in the merge procedure in certain cases. This pull request was affected by the bug, causing code to not actually get merged even though it looks from the history as though it was.

To bring the master branch back to its expected state, commit this diff of changes that were missed by the merge:

diff --git a/demo.html b/demo.html
index 5a40c24..50ca8a3 100644
--- a/demo.html
+++ b/demo.html
@@ -299,7 +299,7 @@
                     <article>
                         <h1>Multiple Backgrounds</h1>
                         <p>You can apply multiple backgrounds to elements. These are layered atop one another with the first background you provide on top and the last background displayed in the back.</p>
-                        <a href="https://developer.mozilla.org/en/Using_gradients" title="documentation">learn more</a>
+                        <a href="https://developer.mozilla.org/en/CSS/Multiple_backgrounds" title="documentation">learn more</a>
                     </article>

                     <article class="xxxie" id="columndemo">

Sorry for the inconvenience. If you have any questions or need help, do not hesitate to contact support.