summaryrefslogtreecommitdiff
path: root/docs/dev/openapi.yml
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-14 22:24:44 +0100
committerTilman Vatteroth2020-11-14 22:24:44 +0100
commit978538c0de5afcf6cf4a21c0782a6b1e7fa57d9d (patch)
treeb66f5f522e11d5a1fb74e45fc48346678c9123ed /docs/dev/openapi.yml
parent6689be4581cb517d7b18237feeab90391158c4a8 (diff)
Correct repo name
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'docs/dev/openapi.yml')
-rw-r--r--docs/dev/openapi.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml
index d32a7ef4..aafaddc3 100644
--- a/docs/dev/openapi.yml
+++ b/docs/dev/openapi.yml
@@ -6,13 +6,13 @@ info:
version: 1.6.0
contact:
name: HedgeDoc on GitHub
- url: https://github.com/hedgedoc/server
+ url: https://github.com/hedgedoc/hedgedoc
license:
name: AGPLv3
- url: https://github.com/hedgedoc/server/blob/master/LICENSE
+ url: https://github.com/hedgedoc/hedgedoc/blob/master/LICENSE
externalDocs:
- url: https://github.com/hedgedoc/server/blob/master/docs/dev/api.md
+ url: https://github.com/hedgedoc/hedgedoc/blob/master/docs/dev/api.md
paths:
@@ -281,7 +281,7 @@ paths:
tags:
- note
summary: Creates a new GitHub Gist with the note's content.
- description: 'If [GitHub integration](https://github.com/hedgedoc/server/blob/master/docs/configuration-env-vars.md#github-login) is configured, the user will be redirected to GitHub and a new Gist with the content of the note will be created.'
+ description: 'If [GitHub integration](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration-env-vars.md#github-login) is configured, the user will be redirected to GitHub and a new Gist with the content of the note will be created.'
responses:
default:
description: Redirect to the created gist (or the GitHub authentication before)