Skip to content

Commit

Permalink
MBS-4590: Update wikidoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
navap committed Apr 22, 2012
1 parent 0fe403a commit 9dbd365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ and is accessible at http://musicbrainz.org.

MusicBrainz is a user-maintained open community that collects music metadata
and makes it available to the public in the form of a relational database.
For more information, [visit our website] (http://musicbrainz.org/doc/About_MusicBrainz).
For more information, [visit our website] (http://musicbrainz.org/doc/About).

To get help, please join #musicbrainz-devel on irc.freenode.net

Expand Down
2 changes: 1 addition & 1 deletion root/layout.tt
Expand Up @@ -171,7 +171,7 @@
{ host => 'http://digitalwest.net/',
url1 => 'http://www.google.com/',
url2 => 'http://osuosl.org/',
more => doc_link('MusicBrainz_Sponsors') }) %]
more => doc_link('About/Sponsors') }) %]
</p>
</div>

Expand Down
10 changes: 5 additions & 5 deletions root/layout/menu.tt
Expand Up @@ -74,16 +74,16 @@

<ul>
<li class="about">
<a href="[% doc_link('About_MusicBrainz') %]">[% l('About') %]</a>
<a href="[% doc_link('About') %]">[% l('About') %]</a>
<ul>
<li>
<a href="[% doc_link('MusicBrainz_Sponsors') %]">[% l('Sponsors') %]</a>
<a href="[% doc_link('About/Sponsors') %]">[% l('Sponsors') %]</a>
</li>
<li>
<a href="[% doc_link('People') %]">[% l('People') %]</a>
<a href="[% doc_link('About/Team') %]">[% l('Team') %]</a>
</li>
<li class="separator">
<a href="[% doc_link('MusicBrainz_License') %]">[% l('Data Licenses') %]</a>
<a href="[% doc_link('About/Data_License') %]">[% l('Data Licenses') %]</a>
</li>
<li>
<a href="[% doc_link('Social_Contract') %]">[% l('Social Contract') %]</a>
Expand All @@ -92,7 +92,7 @@
<a href="[% doc_link('Code_of_Conduct') %]">[% l('Code of Conduct') %]</a>
</li>
<li>
<a href="[% doc_link('MusicBrainz_Privacy_Policy') %]">[% l('Privacy Policy') %]</a>
<a href="[% doc_link('About/Privacy_Policy') %]">[% l('Privacy Policy') %]</a>
</li>
<li class="separator">
<a href="[% c.uri_for_action('/elections/index') %]">[% l('Auto-editor Elections') %]</a>
Expand Down

0 comments on commit 9dbd365

Please sign in to comment.