[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:03:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1b9cfc6ee997b52d9c3b3e3344e799ec38e97a53
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 1 21:43:05 2010 +0000

    2010-10-01  Alex Mathews  <possessedpenguinbob at gmail.com>
    
            Reviewed by Simon Fraser.
    
            Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
            https://bugs.webkit.org/show_bug.cgi?id=47013
    
            * nav.inc: Removed the space from the web inspector wiki link.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68928 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 44bfbfb..f55a58f 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-01  Alex Mathews  <possessedpenguinbob at gmail.com>
+
+        Reviewed by Simon Fraser.
+
+        Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
+        https://bugs.webkit.org/show_bug.cgi?id=47013
+
+        * nav.inc: Removed the space from the web inspector wiki link.
+
 2010-09-22  Balazs Kelemen  <kbalazs at webkit.org>
 
         Unreviewed HTML syntax fix for my recent change in the coding-style.
diff --git a/WebKitSite/nav.inc b/WebKitSite/nav.inc
index 6be70b0..4d778a9 100644
--- a/WebKitSite/nav.inc
+++ b/WebKitSite/nav.inc
@@ -25,7 +25,7 @@
         <li><a href="/projects/">Projects</a></li>
         <li><a href="/coding/coding-style.html">Code Style Guidelines</a></li>
         <li><a href="/coding/technical-articles.html">Technical Articles</a></li>
-        <li><a href="http://trac.webkit.org/wiki/Web%20Inspector">Web Inspector</a></li>
+        <li><a href="http://trac.webkit.org/wiki/WebInspector">Web Inspector</a></li>
         <li><a href="http://trac.webkit.org/wiki/WebDevelopers">Web Developer Resources</a></li>
         <li><a href="/demos/">Demos</a></li>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list