From e31619a5b7c4f31c427cb25d47c59eb0429b989a Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Wed, 2 Jun 2021 12:18:58 -0700 Subject: [PATCH] Fix GitHub links. (#50) These repos have moved to different GitHub user accounts or orgs. --- .ycm_extra_conf.py | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 536aadc..62daa8a 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -4,10 +4,10 @@ """YouCompleteMe configuration that interprets a .clang_complete file. This module implementes the YouCompleteMe configuration API documented at: -https://github.com/Valloric/ycmd#ycm_extra_confpy-specification +https://github.com/ycm-core/ycmd#ycm_extra_confpy-specification The implementation loads and processes a .clang_complete file, documented at: -https://github.com/Rip-Rip/clang_complete/blob/master/README.md +https://github.com/xavierd/clang_complete/blob/master/README.md """ import os diff --git a/README.md b/README.md index 0bd69f7..58ba38e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ apm install autocomplete-clang build build-cmake clang-format language-cmake \ If you don't mind more setup in return for more speed, replace `autocomplete-clang` and `linter-clang` with `you-complete-me`. This requires -[setting up ycmd](https://github.com/Valloric/ycmd#building). +[setting up ycmd](https://github.com/ycm-core/ycmd#building). ```bash apm install autocomplete-plus build build-cmake clang-format language-cmake \