From 78198bb6c6547176a1574800041b4c3d9b959017 Mon Sep 17 00:00:00 2001 From: Paulina Kalicka <71526180+paulinek13@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:25:32 +0100 Subject: [PATCH] style: use backticks to format file name Signed-off-by: Paulina Kalicka <71526180+paulinek13@users.noreply.github.com> --- .../using-submodules-with-github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/getting-started-with-github-pages/using-submodules-with-github-pages.md b/content/pages/getting-started-with-github-pages/using-submodules-with-github-pages.md index 53fe3929bb37..e2a6314aec56 100644 --- a/content/pages/getting-started-with-github-pages/using-submodules-with-github-pages.md +++ b/content/pages/getting-started-with-github-pages/using-submodules-with-github-pages.md @@ -18,7 +18,7 @@ If the repository for your {% data variables.product.prodname_pages %} site cont You can only use submodules that point to public repositories, because the {% data variables.product.prodname_pages %} server cannot access private repositories. -Use the `https://` read-only URL for your submodules, including nested submodules. You can make this change in your _.gitmodules_ file. +Use the `https://` read-only URL for your submodules, including nested submodules. You can make this change in your `.gitmodules` file. ## Further reading