From ffd16033c6a1d3f8228f782a61b83f87c9217b51 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Fri, 22 Oct 2021 14:00:21 +0100 Subject: [PATCH] Fix broken link (#22361) * remove codeplex migrating reusable and uses of the reusable --- ...ding-an-existing-project-to-github-using-the-command-line.md | 2 -- .../importing-a-repository-with-github-importer.md | 2 -- data/reusables/repositories/migrating-from-codeplex.md | 1 - 3 files changed, 5 deletions(-) delete mode 100644 data/reusables/repositories/migrating-from-codeplex.md diff --git a/content/github/importing-your-projects-to-github/importing-source-code-to-github/adding-an-existing-project-to-github-using-the-command-line.md b/content/github/importing-your-projects-to-github/importing-source-code-to-github/adding-an-existing-project-to-github-using-the-command-line.md index 3533c8c67a..3989d73c34 100644 --- a/content/github/importing-your-projects-to-github/importing-source-code-to-github/adding-an-existing-project-to-github-using-the-command-line.md +++ b/content/github/importing-your-projects-to-github/importing-source-code-to-github/adding-an-existing-project-to-github-using-the-command-line.md @@ -15,8 +15,6 @@ shortTitle: Add a project locally ## About adding existing projects to {% data variables.product.product_name %} -{% data reusables.repositories.migrating-from-codeplex %} - {% tip %} **Tip:** If you're most comfortable with a point-and-click user interface, try adding your project with {% data variables.product.prodname_desktop %}. For more information, see "[Adding a repository from your local computer to GitHub Desktop](/desktop/guides/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop)" in the *{% data variables.product.prodname_desktop %} Help*. diff --git a/content/github/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md b/content/github/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md index 49e5d53907..64c485faa2 100644 --- a/content/github/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md +++ b/content/github/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md @@ -18,8 +18,6 @@ shortTitle: Use GitHub Importer If you'd like to match the commits in your repository to the authors' GitHub user accounts during the import, make sure every contributor to your repository has a GitHub account before you begin the import. -{% data reusables.repositories.migrating-from-codeplex %} - {% data reusables.repositories.repo-size-limit %} 1. In the upper-right corner of any page, click {% octicon "plus" aria-label="Plus symbol" %}, and then click **Import repository**. diff --git a/data/reusables/repositories/migrating-from-codeplex.md b/data/reusables/repositories/migrating-from-codeplex.md deleted file mode 100644 index c60ed8e5fd..0000000000 --- a/data/reusables/repositories/migrating-from-codeplex.md +++ /dev/null @@ -1 +0,0 @@ -If you are migrating your project from CodePlex, read the [migration guide](https://aka.ms/codeplex-guide) for more information.