mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09:00
Docs: Fix link to the versioning
file (#45)
The link to `action-versioning.md` was relative which lead to appending an additional `docs` folder to the current path which linked to `docs/docs/action-versioning.md` instead of `docs/action-versioning.md`. By adding the leading `/` the link now works correctly.
This commit is contained in:
parent
71fe4a8f36
commit
534e4012a4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ $ git push
|
|||
|
||||
The runner will download the action and build the docker container on the fly at runtime.
|
||||
|
||||
> Consider versioning your actions with tags. See [versioning](docs/action-versioning.md)
|
||||
> Consider versioning your actions with tags. See [versioning](/docs/action-versioning.md)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue