Moving Readme to different names to make URLs work.
Gh-180
This commit is contained in:
parent
a09a7b9d03
commit
4ff958ae0c
7 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@ OpenPhoto / Documentation
|
||||||
=======================
|
=======================
|
||||||
#### OpenPhoto, a photo service for the masses
|
#### OpenPhoto, a photo service for the masses
|
||||||
|
|
||||||
1. [Glossary][glossary]
|
1. [FAQ][faq]
|
||||||
1. [API][api]
|
1. [API][api]
|
||||||
1. [Schemas][schemas]
|
1. [Schemas][schemas]
|
||||||
1. [Guides][guides]
|
1. [Guides][guides]
|
||||||
|
@ -10,10 +10,10 @@ OpenPhoto / Documentation
|
||||||
* [Installation on OSX using MacPorts][guideinstallosxmacports]
|
* [Installation on OSX using MacPorts][guideinstallosxmacports]
|
||||||
* [Installation on SUSE][guideinstallsuse]
|
* [Installation on SUSE][guideinstallsuse]
|
||||||
|
|
||||||
[api]: documentation/api
|
[api]: documentation/api/Api.markdown
|
||||||
[glossary]: documentation/Glossary.markdown
|
[faq]: documentation/faq/Faq.markdown
|
||||||
[schemas]: documentation/schemas
|
[schemas]: documentation/schemas/Schemas.markdown
|
||||||
[guides]: documentation/guides
|
[guides]: documentation/guides/Guides.markdown
|
||||||
[guideinstallubuntu]: documentation/guides/InstallationUbuntu.markdown
|
[guideinstallubuntu]: documentation/guides/InstallationUbuntu.markdown
|
||||||
[guideinstallosxmacports]: documentation/guides/InstallationOSXMacports.markdown
|
[guideinstallosxmacports]: documentation/guides/InstallationOSXMacports.markdown
|
||||||
[guideinstallsuse]: documentation/guides/InstallationSUSE.markdown
|
[guideinstallsuse]: documentation/guides/InstallationSUSE.markdown
|
||||||
|
|
|
@ -133,8 +133,8 @@ The response is in a standard [response envelope][Envelope].
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
[Envelope]: api/Envelope.markdown
|
[Envelope]: ../api/Envelope.markdown
|
||||||
[Photo]: schemas/Photo.markdown
|
[Photo]: ../schemas/Photo.markdown
|
||||||
[purpose]: #purpose
|
[purpose]: #purpose
|
||||||
[endpoint]: #endpoint
|
[endpoint]: #endpoint
|
||||||
[parameters]: #parameters
|
[parameters]: #parameters
|
||||||
|
@ -143,5 +143,5 @@ The response is in a standard [response envelope][Envelope].
|
||||||
[example-php]: #example-php
|
[example-php]: #example-php
|
||||||
[response]: #response
|
[response]: #response
|
||||||
[sample]: #sample
|
[sample]: #sample
|
||||||
[photogeneration]: faq/PhotoGeneration.markdown
|
[photogeneration]: ../faq/PhotoGeneration.markdown
|
||||||
[ReturnSizes]: faq/ReturnSizes.markdown
|
[ReturnSizes]: ../faq/ReturnSizes.markdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue