Skip to content

Commit b44ee30

Browse files
authored
Update links to GitHub Docs
1 parent 0e47e40 commit b44ee30

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

‎Rakefile‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ task :test do
1010
HTMLProofer.check_directories(
1111
["./_site"],{
1212
:empty_alt_ignore=>false,
13+
typhoeus: {
14+
headers: {
15+
"Accept-Encoding"=>"gzip",
16+
}
17+
}
1318
}).run
1419
end
1520

‎downloads/es_ES/subversion-migration.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ El proceso es simple, solo necesitas iniciar sesión en tu cuenta de GitHub, si
1818

1919
Dependiendo del sistema de control de versiones detectado, el Importador puede solicitar información adicional para la migración. Esto incluye un archivo de mapeo para asociar los nombres de usuario de Subversion con los campos de Git.
2020

21-
Lea más sobre cómo importar su proyecto a GitHub consultando la [documentación del Importador de GitHub] (https://help.github.com/articles/importing-a-repository-with-github-importer/).
21+
Lea más sobre cómo importar su proyecto a GitHub consultando la [documentación del Importador de GitHub] (https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer).
2222

2323
### Utilidad SVN2Git
2424

‎downloads/it/subversion-migration.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Il processo è semplice: basta che tu acceda al tuo account GitHub (se non lo se
1818

1919
A seconda del sistema di controllo della versione rilevato, Importer potrebbe richiedere ulteriori informazioni per la migrazione. Questo comprende un file di mappatura per associare i nomi utente di Subversion con i campi Git.
2020

21-
Leggi di più su come importare il tuo progetto in GitHub guardando la [documentazione di GitHub Importer](https://help.github.com/articles/importing-a-repository-with-github-importer/).
21+
Leggi di più su come importare il tuo progetto in GitHub guardando la [documentazione di GitHub Importer](https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer).
2222

2323
### SVN2Git Utility
2424

‎downloads/subversion-migration.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The process is as simple, needing only you to sign into your GitHub account, if
1818

1919
Depending on the detected version control system, Importer may request additional information for migration. This includes a mapping file for associating Subversion usernames with Git fields.
2020

21-
Read more about how to import your project into GitHub by looking at the full [GitHub Importer documentation](https://help.github.com/articles/importing-a-repository-with-github-importer/).
21+
Read more about how to import your project into GitHub by looking at the full [GitHub Importer documentation](https://docs.github.com/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer).
2222

2323
### SVN2Git Utility
2424

0 commit comments

Comments
(0)