Skip to content
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

docs: fix broken links #1688

Merged
merged 5 commits into from Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/01-introduction/standoff-rdf.md
Expand Up @@ -19,7 +19,7 @@ License along with Knora. If not, see <http://www.gnu.org/licenses/>.

# Standoff/RDF Text Markup

[Standoff markup](http://uahost.uantwerpen.be/lse/index.php/lexicon/markup-standoff/)
[Standoff markup](https://lexiconse.uantwerpen.be/index.php/lexicon/markup-standoff/)
is text markup that is stored separately from the content it describes. Knora's
Standoff/RDF markup stores content as a simple Unicode string, and represents markup
separately as RDF data. This approach has some advantages over commonly used markup systems
Expand Down
2 changes: 1 addition & 1 deletion docs/03-apis/api-v1/authentication.md
Expand Up @@ -48,7 +48,7 @@ There are two possibilities to do so:
when doing a HTTP request to the API When using Python's module
`requests`, the credentials (email / password) can simply be submitted as a tuple
with each request using the param `auth` ([python
requests](http://docs.python-requests.org/en/master/user/authentication/#basic-authentication)).
requests](https://2.python-requests.org/en/v2.8.1/user/authentication/#basic-authentication)).

An alternative way for accessing all routes is to simply supply the
*email* and *password* credentials on each request either as URL
Expand Down
2 changes: 1 addition & 1 deletion docs/05-internals/design/principles/design-overview.md
Expand Up @@ -69,7 +69,7 @@ API v2, but API v2 does not depend on API v1.

### HTTP Module

- `org.knora.webapi.routing`: Knora's [Akka HTTP](https://akka.io/akka-http/) routes.
- `org.knora.webapi.routing`: Knora's [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) routes.
Each routing class matches URL patterns for requests involving some particular
type of data in the repository. Routes are API-specific. For example,
`ResourcesRouteV2` matches URL paths starting with `/v2/resources`, which
Expand Down