Skip to content

Update rotted internal links in documentation #738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The wiki is where you can find out information about using the software, the cod

* [Open Location Code Overview](Specification/olc_definition.adoc)
* [Open Location Code Specification](Specification/specification.md)
* [Guidance for Shortening Codes](Specification/Short_Code_Guidance.md)
* [Open Location Code Reference API](Specification/API.md)
* [Guidance for Shortening Codes](Specification/specification.md#generating-short-codes)
* [Open Location Code Reference API](Specification/specification.md#api-requirements)
* [Plus Codes and Open Location Code Naming Guidelines](Specification/Naming_Guidelines.md)

### Technical
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Rather than a large city size feature to generate the reference location, it is
better to use smaller, neighbourhood features, that will not have as much
variation in their geocode results.

Guidelines for shortening codes are in the [wiki](Documentation/Specification/Short_Code_Guidance.md).
Guidelines for shortening codes are in the [wiki](Documentation/Specification/specification.md#generating-short-codes).

Recovering shortened codes works by providing the short code and a reference
location. This does not need to be the same as the location used to shorten the
Expand Down