diff --git a/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md index cf2e182fcb..0c425bc7fd 100644 --- a/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md +++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md @@ -32,7 +32,7 @@ shortTitle: Configure Git LFS {% data reusables.large_files.storage_assets_location %} {% data reusables.large_files.rejected_pushes %} -For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)", "[AUTOTITLE](/repositories/working-with-files/managing-large-files)," and the [{% data variables.large_files.product_name_long %} project site](https://git-lfs.github.com/). +For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)", "[AUTOTITLE](/repositories/working-with-files/managing-large-files)," and the [{% data variables.large_files.product_name_long %} project site](https://git-lfs.com/). {% data reusables.large_files.can-include-lfs-objects-archives %} @@ -150,4 +150,4 @@ Before migrating to a different {% data variables.large_files.product_name_long ## Further reading -- [{% data variables.large_files.product_name_long %} project site](https://git-lfs.github.com/) +- [{% data variables.large_files.product_name_long %} project site](https://git-lfs.com/) diff --git a/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md b/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md index be17e5b191..4cf14433fa 100644 --- a/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md +++ b/content/repositories/working-with-files/managing-large-files/installing-git-large-file-storage.md @@ -15,7 +15,7 @@ shortTitle: Install Git LFS --- {% mac %} -1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**. Alternatively, you can install {% data variables.large_files.product_name_short %} using a package manager: +1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**. Alternatively, you can install {% data variables.large_files.product_name_short %} using a package manager: - To use [Homebrew](https://brew.sh/), run `brew install git-lfs`. - To use [MacPorts](https://www.macports.org/), run `port install git-lfs`. @@ -59,7 +59,7 @@ shortTitle: Install Git LFS {% windows %} -1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**. +1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**. {% tip %} @@ -68,7 +68,7 @@ shortTitle: Install Git LFS {% endtip %} 1. On your computer, locate the downloaded file. 1. Double click on the file called _git-lfs-windows-1.X.X.exe_, where 1.X.X is replaced with the Git LFS version you downloaded. When you open this file Windows will run a setup wizard to install {% data variables.large_files.product_name_short %}. -{% data reusables.command_line.open_the_multi_os_terminal %} +{% data reusables.command_line.open_the_multi_os_terminal %} As the setup wizard may have modified your system `PATH`, opening a new session will ensure Git can locate Git LFS. 1. Verify that the installation was successful: ```shell @@ -82,7 +82,7 @@ shortTitle: Install Git LFS {% linux %} -1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**. +1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**. {% tip %}