Moving Readme to different names to make URLs work.

Gh-180
This commit is contained in:
Jaisen Mathai 2011-10-03 13:43:54 -07:00
parent a09a7b9d03
commit 4ff958ae0c
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@ OpenPhoto / Documentation
=======================
#### OpenPhoto, a photo service for the masses
1. [Glossary][glossary]
1. [FAQ][faq]
1. [API][api]
1. [Schemas][schemas]
1. [Guides][guides]
@ -10,10 +10,10 @@ OpenPhoto / Documentation
* [Installation on OSX using MacPorts][guideinstallosxmacports]
* [Installation on SUSE][guideinstallsuse]
[api]: documentation/api
[glossary]: documentation/Glossary.markdown
[schemas]: documentation/schemas
[guides]: documentation/guides
[api]: documentation/api/Api.markdown
[faq]: documentation/faq/Faq.markdown
[schemas]: documentation/schemas/Schemas.markdown
[guides]: documentation/guides/Guides.markdown
[guideinstallubuntu]: documentation/guides/InstallationUbuntu.markdown
[guideinstallosxmacports]: documentation/guides/InstallationOSXMacports.markdown
[guideinstallsuse]: documentation/guides/InstallationSUSE.markdown

View file

@ -133,8 +133,8 @@ The response is in a standard [response envelope][Envelope].
]
}
[Envelope]: api/Envelope.markdown
[Photo]: schemas/Photo.markdown
[Envelope]: ../api/Envelope.markdown
[Photo]: ../schemas/Photo.markdown
[purpose]: #purpose
[endpoint]: #endpoint
[parameters]: #parameters
@ -143,5 +143,5 @@ The response is in a standard [response envelope][Envelope].
[example-php]: #example-php
[response]: #response
[sample]: #sample
[photogeneration]: faq/PhotoGeneration.markdown
[ReturnSizes]: faq/ReturnSizes.markdown
[photogeneration]: ../faq/PhotoGeneration.markdown
[ReturnSizes]: ../faq/ReturnSizes.markdown