Skip to content

Commit

Permalink
Fix and update URLs to HTTPS (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalCaesar659 authored Aug 31, 2022
1 parent 3dcb9cc commit 3bf38ce
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ author:
social:
name: ungoogled-chromium
links:
- https://github.com/Eloston/ungoogled-chromium
- https://github.com/ungoogled-software/ungoogled-chromium

# -----
# Build
Expand Down
6 changes: 3 additions & 3 deletions _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ul>
{% endfor %}
</div>
<p class="copyright">&copy; {{ site.time | date: '%Y' }} ungoogled-chromium Authors • <a href="https://github.com/Eloston/ungoogled-chromium/blob/master/LICENSE">License</a><a href="https://github.com/CloudCannon/hydra-jekyll-template">Website design based on Hydra Template</a></p>
<p class="copyright">&copy; {{ site.time | date: '%Y' }} ungoogled-chromium Authors • <a href="https://github.com/ungoogled-software/ungoogled-chromium/blob/master/LICENSE">License</a><a href="https://github.com/CloudCannon/hydra-jekyll-template">Website design based on Hydra Template</a></p>
</div>
</footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

<!--
<ul class="staff">
Expand Down
2 changes: 1 addition & 1 deletion downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Downloads
description:
---

#### [Downloads moved here](https://github.com/Eloston/ungoogled-chromium#downloads)
#### [Downloads moved here](https://github.com/ungoogled-software/ungoogled-chromium#downloads)

### Source Code

Expand Down
4 changes: 2 additions & 2 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ In addition to the features introduced by ungoogled-chromium, ungoogled-chromium

### Supported Platforms and Distributions

[See docs/platforms.md for a list of supported platforms](//github.com/Eloston/ungoogled-chromium/blob/master/docs/platforms.md).
[See docs/platforms.md for a list of supported platforms](//github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/platforms.md).

Other platforms are discussed and tracked in this repository's Issue Tracker. Learn more about using the Issue Tracker [in the Support page](//github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md).
Other platforms are discussed and tracked in this repository's Issue Tracker. Learn more about using the Issue Tracker [in the Support page](//github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md).
8 changes: 4 additions & 4 deletions source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Source Code
description:
---

[The main ungoogled-chromium repository](//github.com/Eloston/ungoogled-chromium) only contains the common code for all platforms; it does not contain all the configuration and scripts necessary to build ungoogled-chromium. Most users will want to use platform-specific repos, where all the remaining configuration and scripts are provided for specific platforms:
[The main ungoogled-chromium repository](//github.com/ungoogled-software/ungoogled-chromium) only contains the common code for all platforms; it does not contain all the configuration and scripts necessary to build ungoogled-chromium. Most users will want to use platform-specific repos, where all the remaining configuration and scripts are provided for specific platforms:

[**Find the repo for a specific platform here**](//github.com/Eloston/ungoogled-chromium/blob/master/docs/platforms.md).
[**Find the repo for a specific platform here**](//github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/platforms.md).

If you wish to include ungoogled-chromium code in your own build process, consider using [the tags of the main repo](//github.com/Eloston/ungoogled-chromium/tags). These tags follow the format `{chromium_version}-{revision}` where
If you wish to include ungoogled-chromium code in your own build process, consider using [the tags of the main repo](//github.com/ungoogled-software/ungoogled-chromium/tags). These tags follow the format `{chromium_version}-{revision}` where

* `chromium_version` is the version of Chromium used in `x.x.x.x` format, and
* `revision` is a number indicating the version of ungoogled-chromium for the corresponding Chromium version.

Additionally, most platform-specific repos extend their tag scheme upon this one.

**Building the source code**: [See docs/building.md](//github.com/Eloston/ungoogled-chromium/blob/master/docs/building.md)
**Building the source code**: [See docs/building.md](//github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/building.md)

0 comments on commit 3bf38ce

Please sign in to comment.