From fa6d089ea96056c4d26ed0c510bc84d740301b67 Mon Sep 17 00:00:00 2001 From: micbou Date: Wed, 19 Sep 2018 13:16:37 +0200 Subject: [PATCH] Update Java links in documentation Fix pom.xml broken link and use permanent links. --- README.md | 6 +++--- doc/youcompleteme.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 352a5d9b..97ac7a4d 100644 --- a/README.md +++ b/README.md @@ -3466,9 +3466,9 @@ This software is licensed under the [GPL v3 license][gpl]. [gradle-project]: https://docs.gradle.org/current/userguide/tutorial_java_projects.html [eclipse-dot-project]: https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fproject_description_file.html [eclipse-dot-classpath]: https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2FIClasspathEntry.html -[ycmd-eclipse-project]: https://github.com/Valloric/ycmd/tree/master/ycmd/tests/java/testdata/simple_eclipse_project -[ycmd-mvn-pom-xml]: https://github.com/Valloric/ycmd/blob/java-language-server/ycmd/tests/java/testdata/simple_maven_project/pom.xml -[ycmd-gradle-project]: https://github.com/Valloric/ycmd/tree/master/ycmd/tests/java/testdata/simple_gradle_project +[ycmd-eclipse-project]: https://github.com/Valloric/ycmd/tree/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_eclipse_project +[ycmd-mvn-pom-xml]: https://github.com/Valloric/ycmd/blob/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_maven_project/pom.xml +[ycmd-gradle-project]: https://github.com/Valloric/ycmd/tree/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_gradle_project [jdtls-release]: http://download.eclipse.org/jdtls/milestones [diacritic]: https://www.unicode.org/glossary/#diacritic [regex]: https://pypi.org/project/regex/ diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 78f972fc..7f9a5c01 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -3705,9 +3705,9 @@ References ~ [53] https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html [54] https://docs.gradle.org/current/userguide/tutorial_java_projects.html [55] https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2FIClasspathEntry.html -[56] https://github.com/Valloric/ycmd/tree/master/ycmd/tests/java/testdata/simple_eclipse_project -[57] https://github.com/Valloric/ycmd/blob/java-language-server/ycmd/tests/java/testdata/simple_maven_project/pom.xml -[58] https://github.com/Valloric/ycmd/tree/master/ycmd/tests/java/testdata/simple_gradle_project +[56] https://github.com/Valloric/ycmd/tree/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_eclipse_project +[57] https://github.com/Valloric/ycmd/blob/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_maven_project/pom.xml +[58] https://github.com/Valloric/ycmd/tree/3602f38ef7a762fc765afd75e562aec9a134711e/ycmd/tests/java/testdata/simple_gradle_project [59] https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md [60] https://github.com/Valloric/YouCompleteMe/blob/master/.ycm_extra_conf.py [61] https://www.rust-lang.org/downloads.html