diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 1e46871286..b0d70d8dfa 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/_includes/alerts/specific/note_autogenerated.html b/_includes/alerts/specific/note_autogenerated.html index 45acb1237f..7b6034cc60 100644 --- a/_includes/alerts/specific/note_autogenerated.html +++ b/_includes/alerts/specific/note_autogenerated.html @@ -1,7 +1,7 @@ {%- assign device = site.data.devices[page.device] -%} {% capture content -%} This page is auto-generated for the {{ device.vendor }} {{ device.name }}, based on the device's information, -located [here](https://github.com/LineageOS/lineage_wiki/blob/master/_data/devices/{{ page.device }}.yml). +located [here](https://github.com/LineageOS/lineage_wiki/blob/main/_data/devices/{{ page.device }}.yml). You can find similar instructions for every officially-supported device on this wiki. {%- endcapture %} {% include alerts/note.html content=content %} diff --git a/_includes/templates/device_install.md b/_includes/templates/device_install.md index 6971c1805f..cabc961001 100644 --- a/_includes/templates/device_install.md +++ b/_includes/templates/device_install.md @@ -24,7 +24,7 @@ Do **not** continue after something fails! {%- if device.type == "phone" %} {% include alerts/warning.html content="Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available), otherwise it won't work on LineageOS either! Additionally, some devices require that VoLTE/VoWiFi be utilized once on stock to provision IMS." %} {%- endif %} -6. LineageOS is provided as-is with no warranty. While we attempt to verify [everything works](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md) you are installing this at your own risk! +6. LineageOS is provided as-is with no warranty. While we attempt to verify [everything works](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md) you are installing this at your own risk! {%- if device.before_install %} {% capture path %}templates/device_specific/before_install_{{ device.before_install.instructions }}.md{% endcapture %} diff --git a/pages/contributing_wiki.md b/pages/contributing_wiki.md index 266b51e6a8..7ae81b8c69 100644 --- a/pages/contributing_wiki.md +++ b/pages/contributing_wiki.md @@ -209,7 +209,7 @@ After you've done this, you can push your commits to Gerrit: ``` git remote add gerrit ssh://@review.lineageos.org:29418/LineageOS/lineage_wiki -git push gerrit HEAD:refs/for/master +git push gerrit HEAD:refs/for/main ``` You can add the "Wiki Editors" group as reviewers (click on the little person to the right of "reviewers"). @@ -217,7 +217,7 @@ Someone will either: comment on the patch, asking for clarification or pointing You can reply to them, or [fix any issues they point out](#fixing-mistakes), and then re-run: ``` -git push gerrit HEAD:refs/for/master +git push gerrit HEAD:refs/for/main ``` Eventually, when your change looks _perfect_, someone will approve it, and submit it to the wiki. Awesome! diff --git a/pages/faq.md b/pages/faq.md index 72d70361f8..e7f453d106 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -81,7 +81,7 @@ permalink: faq.html - If it's on [this list]({{ "/devices/" | relative_url }}), we do, otherwise not. ## Does a specific feature or hardware work on my device? - - All devices must meet our [Device support requirements](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md). + - All devices must meet our [Device support requirements](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md). - If something doesn't work, look into [How to submit a bug]({{ "how-to/bugreport" | relative_url }}) ## Does someone else have _this_ issue diff --git a/pages/internal/adding_device.md b/pages/internal/adding_device.md index 640f69f005..65c1465019 100644 --- a/pages/internal/adding_device.md +++ b/pages/internal/adding_device.md @@ -170,7 +170,7 @@ There are some optional properties which you might not need, but in case you do, * `format_on_upgrade`: Used if the device needs to wiped on major LineageOS version due to unfixable device specific issues. * `is_ab_device`: Used if the device has an A/B partition scheme. * `is_unlockable`: Set to false if there is no official method to unlock the bootloader. A hint will appear on the device's overview and install page. If this property is not set, it defaults to `True` -* `quirks`: List of known quirks (make sure they aren't violating the [charter](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md) or are exempted!). An array of one or more of the following (if unclear, click the links): +* `quirks`: List of known quirks (make sure they aren't violating the [charter](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md) or are exempted!). An array of one or more of the following (if unclear, click the links): {%- for item in definitions.valid_quirks.enum %} [{{ item }}](/quirks/{{ item }}){% unless forloop.last %}, {% endunless %} diff --git a/pages/submitting_device.md b/pages/submitting_device.md index 01bf675787..50550a0cef 100644 --- a/pages/submitting_device.md +++ b/pages/submitting_device.md @@ -10,9 +10,9 @@ ask that you meet some important prerequisites and then get in touch with our de ### Device -**Your device MUST meet the requirements of our charter** - Presented in [device support requirements](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md). +**Your device MUST meet the requirements of our charter** - Presented in [device support requirements](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md). -{% include alerts/note.html content="We are willing to make exceptions to _some_ of these rules, however, any exceptions will be per device, and issues must be detailed in full. See charter's entry on [Attaining exceptions](https://github.com/LineageOS/charter/blob/master/device-support-requirements.md#attaining-exceptions) for more details." %} +{% include alerts/note.html content="We are willing to make exceptions to _some_ of these rules, however, any exceptions will be per device, and issues must be detailed in full. See charter's entry on [Attaining exceptions](https://github.com/LineageOS/charter/blob/main/device-support-requirements.md#attaining-exceptions) for more details." %} ### Maintainer diff --git a/pages/verifying_builds.md b/pages/verifying_builds.md index 8b1ad9d87b..ab71825cd8 100644 --- a/pages/verifying_builds.md +++ b/pages/verifying_builds.md @@ -26,4 +26,4 @@ python3 update_verifier.py lineageos_pubkey /path/to/zip If the script reports `verified successfully`, the ZIP file signature is valid. -To verify the contents of this page, you can look on [our GitHub](https://github.com/lineageos/lineage_wiki/blob/master/pages/verifying_builds.md). +To verify the contents of this page, you can look on [our GitHub](https://github.com/lineageos/lineage_wiki/blob/main/pages/verifying_builds.md).