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

Skip to content

Commit 8fa7bd3

Browse files
committed
Update links in Git cloning tutorial for consistency
1 parent a5de1d5 commit 8fa7bd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/templates/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](https://coder.com/docs/admin/auth#github)
25-
- [GitLab self-managed](https://coder.com/docs/admin/external-auth#gitlab-self-managed)
26-
- [Self-managed git providers](https://coder.com/docs/admin/external-auth#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](https://coder.com/docs/templates/creating#editing-templates).
44+
> [template editor UI](../../admin/templates/creating-templates.md#web-ui).
4545
4646
You can also use
47-
[template parameters](https://coder.com/docs/templates/parameters) to customize
47+
[template parameters](../../admin/templates/extending-templates/parameters.md) to customize
4848
the Git URL and make it dynamic for use cases where a template supports multiple
4949
projects.
5050

0 commit comments

Comments
 (0)