Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix broken links (#1688)
  • Loading branch information
RidaAyed committed Sep 3, 2020
1 parent d06b6a6 commit 9c0292c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 9c0292c

Please sign in to comment.