Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9de0c1d

Browse files
committed
Fix relative links in Git cloning tutorial
1 parent 82103b3 commit 9de0c1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/cloning-git-repositories.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ authorization. This can be achieved by using the Git provider, such as GitHub,
2121
as an authentication method. If you don't know how to do that, we have written
2222
documentation to help you:
2323

24-
- [GitHub](../../admin/external-auth.md#github)
25-
- [GitLab self-managed](../../admin/external-auth.md#gitlab-self-managed)
26-
- [Self-managed git providers](../../admin/external-auth.md#self-managed-git-providers)
24+
- [GitHub](../admin/external-auth.md#github)
25+
- [GitLab self-managed](../admin/external-auth.md#gitlab-self-managed)
26+
- [Self-managed git providers](../admin/external-auth.md#self-managed-git-providers)
2727

2828
With the authentication in place, it is time to set up the template to use the
2929
[Git Clone module](https://registry.coder.com/modules/git-clone) from the
@@ -41,10 +41,10 @@ module "git-clone" {
4141

4242
> You can edit the template using an IDE or terminal of your preference, or by
4343
> going into the
44-
> [template editor UI](../../admin/templates/creating-templates.md#web-ui).
44+
> [template editor UI](../admin/templates/creating-templates.md#web-ui).
4545
4646
You can also use
47-
[template parameters](../../admin/templates/extending-templates/parameters.md)
47+
[template parameters](../admin/templates/extending-templates/parameters.md)
4848
to customize the Git URL and make it dynamic for use cases where a template
4949
supports multiple projects.
5050

0 commit comments

Comments
 (0)