mirror of https://github.com/docker/docs.git
config: fix edit link for glossary page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f17ebae568
commit
0e55851266
|
@ -70,6 +70,10 @@ defaults:
|
|||
path: engine/reference/commandline
|
||||
values:
|
||||
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
||||
- scope:
|
||||
path: glossary
|
||||
values:
|
||||
edit_url: "https://github.com/docker/docker.github.io/blob/master/_data/glossary.yaml"
|
||||
- scope:
|
||||
path: notary/reference
|
||||
values:
|
||||
|
|
|
@ -68,6 +68,10 @@ defaults:
|
|||
path: engine/reference/commandline
|
||||
values:
|
||||
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
||||
- scope:
|
||||
path: glossary
|
||||
values:
|
||||
edit_url: "https://github.com/docker/docker.github.io/blob/master/_data/glossary.yaml"
|
||||
- scope:
|
||||
path: notary/reference
|
||||
values:
|
||||
|
|
Loading…
Reference in New Issue