From 7a9017e760ca1cd3e51d91a6cb5c430218524c2f Mon Sep 17 00:00:00 2001 From: Andre601 Date: Mon, 11 Mar 2024 12:19:54 +0000 Subject: [PATCH] Fix broken link for Git LFS Migrate Man page (#404) The URL for the man page of Git LFS migrate was broken. This is fixed in this PR. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/404 Co-authored-by: Andre601 Co-committed-by: Andre601 --- content/git/using-lfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/git/using-lfs.md b/content/git/using-lfs.md index 5e5af60..cbc31c8 100644 --- a/content/git/using-lfs.md +++ b/content/git/using-lfs.md @@ -146,7 +146,7 @@ The man page of [git-lfs-migrate(1)][git-lfs-migrate] further explains how to ex ## Further reading - [Git LFS Website][git-lfs] -- [Man page of git-lfs(1)](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs.1.ronn) +- [Man page of git-lfs(1)](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.adoc) - [Man page of git-lfs-migrate(1)][git-lfs-migrate] [git-lfs]: https://git-lfs.github.com/