diff --git a/README.md b/README.md index d7585f0..54fac39 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a basic website for ungoogled-chromium, based upon [Hydra by CloudCannon ## Develop -This website was built with [Jekyll](http://jekyllrb.com/) version 3. but should support newer versions as well. +This website was built with [Jekyll](https://jekyllrb.com/) version 3. but should support newer versions as well. -Install the dependencies with [Bundler](http://bundler.io/): +Install the dependencies with [Bundler](https://bundler.io/): ~~~bash $ bundle install diff --git a/_config.yml b/_config.yml index 5183667..4cb4d20 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ author: social: name: ungoogled-chromium links: - - https://github.com/Eloston/ungoogled-chromium + - https://github.com/ungoogled-software/ungoogled-chromium # ----- # Build diff --git a/_data/footer.yml b/_data/footer.yml index a7464f5..6a1c368 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -12,21 +12,21 @@ link: //ungoogled-software.github.io/ungoogled-chromium-wiki/faq new_window: true - name: Support - link: //github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md new_window: true - links: - name: Source Code link: /source-code/ new_window: false - name: Contributing - link: //github.com/Eloston/ungoogled-chromium/blob/master/docs/contributing.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/contributing.md new_window: true - name: Website Source Code link: //github.com/ungoogled-software/ungoogled-software.github.io new_window: true - links: - name: GitHub - link: //github.com/Eloston/ungoogled-chromium + link: //github.com/ungoogled-software/ungoogled-chromium social_icon: GitHub new_window: true # - name: RSS diff --git a/_data/navigation.yml b/_data/navigation.yml index 55176e4..949dcab 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,10 +15,10 @@ new_window: true highlight: false - name: Support - link: //github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md new_window: true highlight: false - name: GitHub - link: //github.com/Eloston/ungoogled-chromium + link: //github.com/ungoogled-software/ungoogled-chromium new_window: true highlight: true diff --git a/_layouts/default.html b/_layouts/default.html index 9ef0c28..4459878 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -34,7 +34,7 @@ {% endfor %} - + diff --git a/about.md b/about.md index 2c4ed04..9057f50 100644 --- a/about.md +++ b/about.md @@ -7,7 +7,7 @@ description: A brief overview **ungoogled-chromium retains the default Chromium experience as closely as possible**. Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium. -**Help is always welcome!** See the [docs/contributing.md](//github.com/Eloston/ungoogled-chromium/blob/master/docs/contributing.md) document for more information. +**Help is always welcome!** See the [docs/contributing.md](//github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/contributing.md) document for more information. ## Motivation and Philosophy @@ -20,7 +20,7 @@ ungoogled-chromium addresses these issues in the following ways: 3. Remove all uses of pre-made binaries from the source code, and replace them with user-provided alternatives when possible. 4. Disable features that inhibit control and transparency, and add or modify features that promote them (these changes will almost always require manual activation or enabling). -These features are implemented as configuration flags, patches, and custom scripts. For more details, consult the [Design Documentation](//github.com/Eloston/ungoogled-chromium/blob/master/docs/design.md). +These features are implemented as configuration flags, patches, and custom scripts. For more details, consult the [Design Documentation](//github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/design.md).