From 13d5a25944130cc6bf79c816cd91eb08e19dfc32 Mon Sep 17 00:00:00 2001 From: Yair Date: Thu, 14 Sep 2023 07:23:14 +0300 Subject: [PATCH] Update about-large-files-on-github.md (#27269) Co-authored-by: Vanessa --- .../managing-large-files/about-large-files-on-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md b/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md index 6a79c70477..cb757a2084 100644 --- a/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md +++ b/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md @@ -44,7 +44,7 @@ To track files beyond this limit, you must use {% data variables.large_files.pro If you need to distribute large files within your repository, you can create releases on {% data variables.location.product_location %} instead of tracking the files. For more information, see "[Distributing large binaries](#distributing-large-binaries)." -Git is not designed to handle large SQL files. To share large databases with other developers, we recommend using [Dropbox](https://www.dropbox.com/). +Git is not designed to handle large SQL files. To share large databases with other developers, we recommend using a file sharing service. {% ifversion fpt or ghec or ghae %}