From d7a390213c27fdc4cb6ad1af984070499ee1e5c1 Mon Sep 17 00:00:00 2001 From: Prasanna Kotyal <66207940+prasannakotyal@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:35:04 +0530 Subject: [PATCH] fix: broken gitignore link (#7696) fix: update gitignore documentation link Closes #7693 --- .../git-github/content/gitignore@oz2oRAhaEQb0Fm3aRJQG8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/git-github/content/gitignore@oz2oRAhaEQb0Fm3aRJQG8.md b/src/data/roadmaps/git-github/content/gitignore@oz2oRAhaEQb0Fm3aRJQG8.md index 8301dd70d..0f19d7590 100644 --- a/src/data/roadmaps/git-github/content/gitignore@oz2oRAhaEQb0Fm3aRJQG8.md +++ b/src/data/roadmaps/git-github/content/gitignore@oz2oRAhaEQb0Fm3aRJQG8.md @@ -4,7 +4,7 @@ Ignored files are tracked in a special file named `.gitignore` that is checked i Visit the following resources to learn more: -- [@official@gitignore Documentation](https://git-scm.com/docs/gitignore/en) +- [@official@gitignore Documentation](https://git-scm.com/docs/gitignore) - [@article@.gitignore file - ignoring files in Git | Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/saving-changes/gitignore) - [@article@Ignoring files - GitHub Docs](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files) - [@opensource@gitignore - A collection of useful .gitignore templates](https://github.com/github/gitignore) \ No newline at end of file