fixed the typo in the URL for writing style guide page-bug573381 Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org> Change-Id: I8e36bfc5288d97dff86886e37f0c485be6c7df0e
diff --git a/_projectCommon.php b/_projectCommon.php index c28b6a2..896a578 100644 --- a/_projectCommon.php +++ b/_projectCommon.php
@@ -22,7 +22,7 @@ $Nav->addCustomNav("Members & Supporters", "/membership", "_self", 1); $Nav->addCustomNav("Our Members", "/membership/exploreMembership.php", "_self", 2); $Nav->addCustomNav("Corporate Sponsors", "/org/corporate_sponsors", "_self", 2); -$Nav->addCustomNav("In-kind Supporters", "/org/foundation/thankyou.php", "_self", 2); +$Nav->addCustomNav("In-Kind Supporters", "/org/foundation/thankyou.php", "_self", 2); $Nav->addCustomNav("Services", "#", "_self", 1); $Nav->addCustomNav("IP Management", "/org/services/#IP_Management", "_self", 2); @@ -33,7 +33,7 @@ $Nav->addCustomNav("Our Team", "#", "_self", 1); $Nav->addCustomNav("Eclipse Foundation Staff", "/org/foundation/staff.php", "_self", 2); -$Nav->addCustomNav("Contact us", "/org/foundation/contact.php", "_self", 2); +$Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 2); $Nav->addCustomNav("Governance", "#", "_self", 1); $Nav->addCustomNav("Board of Directors", "/org/foundation/directors.php", "_self", 2); @@ -44,13 +44,13 @@ $Nav->addCustomNav("Meeting Minutes", "/org/foundation/minutes.php", "_self", 2); $Nav->addCustomNav("Our Brand", "#", "_self", 1); -$Nav->addCustomNav("Logos and artwork", "/org/artwork/", "_self", 2); +$Nav->addCustomNav("Logos and Artwork", "/org/artwork/", "_self", 2); $Nav->addCustomNav("Eclipse Foundation Brand Guidelines", "/legal/documents/eclipse_foundation_branding_guidelines.pdf", "_self", 2); -$Nav->addCustomNav("Trademark usage guidelines", "/legal/logo_guidelines.php", "_self", 2); -$Nav->addCustomNav("Writing style guide", "/org/documents/writting-style-guide/", "_self", 2); +$Nav->addCustomNav("Trademark Usage Guidelines", "/legal/logo_guidelines.php", "_self", 2); +$Nav->addCustomNav("Writing Style Guide", "/org/documents/writing-style-guide/", "_self", 2); $Nav->addCustomNav("Announcements", "#", "_self", 1); -$Nav->addCustomNav("Press releases", "/org/press-release/", "_self", 2); -$Nav->addCustomNav("PR guidelines", "/org/press-release/pressrelease_guidelines.php", "_self", 2); +$Nav->addCustomNav("Press Releases", "/org/press-release/", "_self", 2); +$Nav->addCustomNav("PR Guidelines", "/org/press-release/pressrelease_guidelines.php", "_self", 2); $Nav->addCustomNav("2006 Archive", "/org/press-release/2006archive.php", "_self", 2); $Nav->addCustomNav("2001-2005 Archive", "/org/press-release/main.html", "_self", 2); \ No newline at end of file
diff --git a/documents/writting-style-guide/content/en_index.php b/documents/writing-style-guide/content/en_index.php similarity index 100% rename from documents/writting-style-guide/content/en_index.php rename to documents/writing-style-guide/content/en_index.php
diff --git a/documents/writting-style-guide/index.php b/documents/writing-style-guide/index.php similarity index 100% rename from documents/writting-style-guide/index.php rename to documents/writing-style-guide/index.php