From 56a8aa1606499412eb32f131840572dba9834f16 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Sun, 26 Jul 2020 05:46:00 -0400 Subject: [PATCH] fix Technotes --- Technotes/ContinuousIntegration.md | 4 ++-- Technotes/HelpBook/5.0/en/contributing.markdown | 2 +- Technotes/HelpBook/5.0/en/privacy.markdown | 4 ++-- Technotes/privacypolicy.markdown | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Technotes/ContinuousIntegration.md b/Technotes/ContinuousIntegration.md index 332b01dea..642b16624 100644 --- a/Technotes/ContinuousIntegration.md +++ b/Technotes/ContinuousIntegration.md @@ -1,13 +1,13 @@ # NetNewsWire Continuous Integration CI for NetNewsWire is enabled through Github Actions. The CI workflow configuration (hosted in -[`.github/workflows/build.yml`](https://github.com/brentsimmons/NetNewsWire/blob/master/.github/workflows/build.yml) +[`.github/workflows/build.yml`](https://github.com/brentsimmons/NetNewsWire/blob/main/.github/workflows/build.yml) uses `xcodebuild` to build the project after syncing the repository and the various submodules. The build itself focuses on the scheme NetNewsWire for macOS and NetNewsWire-iOS for iOS. Also it leverages the `NetNewsWire.xcworkspace` configuration. -Private keys, certificates and provisioning profiles are stored in Github under `buildscripts` folder. Decrypting neccessary certificates, copy to build machine keychain and delete the certificates are handled by the [`buildscripts/ci-build.sh`](https://github.com/Ranchero-Software/NetNewsWire/blob/master/buildscripts/ci-build.sh) script. +Private keys, certificates and provisioning profiles are stored in Github under `buildscripts` folder. Decrypting neccessary certificates, copy to build machine keychain and delete the certificates are handled by the [`buildscripts/ci-build.sh`](https://github.com/Ranchero-Software/NetNewsWire/blob/main/buildscripts/ci-build.sh) script. Each submodule also has it's own CI configuration, which are set up and built from their own repositories. The submodule CI systems are entirely independent so that diff --git a/Technotes/HelpBook/5.0/en/contributing.markdown b/Technotes/HelpBook/5.0/en/contributing.markdown index 67bb8db61..8db91fec2 100644 --- a/Technotes/HelpBook/5.0/en/contributing.markdown +++ b/Technotes/HelpBook/5.0/en/contributing.markdown @@ -18,4 +18,4 @@ Slack GitHub ------ -The [NetNewsWire project on GitHub](https://github.com/brentsimmons/NetNewsWire) is the place to raise formal issues like bugs and feature requests. If you want to make contributions to NetNewsWire’s code or documentation, please refer to our [contribution guidelines](https://github.com/brentsimmons/NetNewsWire/blob/master/CONTRIBUTING.md) page on GitHub. \ No newline at end of file +The [NetNewsWire project on GitHub](https://github.com/brentsimmons/NetNewsWire) is the place to raise formal issues like bugs and feature requests. If you want to make contributions to NetNewsWire’s code or documentation, please refer to our [contribution guidelines](https://github.com/brentsimmons/NetNewsWire/blob/main/CONTRIBUTING.md) page on GitHub. \ No newline at end of file diff --git a/Technotes/HelpBook/5.0/en/privacy.markdown b/Technotes/HelpBook/5.0/en/privacy.markdown index e4cbc6162..402423983 100644 --- a/Technotes/HelpBook/5.0/en/privacy.markdown +++ b/Technotes/HelpBook/5.0/en/privacy.markdown @@ -2,7 +2,7 @@ # NetNewsWire and your privacy -[The NetNewsWire Privacy Policy](https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/privacypolicy.markdown) +[The NetNewsWire Privacy Policy](https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/privacypolicy.markdown) NetNewsWire has a very strict privacy policy – we don’t want any private information about you. @@ -13,4 +13,4 @@ The only data we collect about how you use NetNewsWire, *only if you agree and o Changes to the Privacy Policy ----------------------------- -The [full privacy policy](https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/privacypolicy.markdown) is stored in the NetNewsWire GitHub repository, where you can track any changes we might make. \ No newline at end of file +The [full privacy policy](https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/privacypolicy.markdown) is stored in the NetNewsWire GitHub repository, where you can track any changes we might make. \ No newline at end of file diff --git a/Technotes/privacypolicy.markdown b/Technotes/privacypolicy.markdown index a8575b02d..19e5a31bd 100644 --- a/Technotes/privacypolicy.markdown +++ b/Technotes/privacypolicy.markdown @@ -64,5 +64,5 @@ NetNewsWire displays HTML that comes from feeds from other sites. Some of these If you have questions or comments about this privacy policy, please contact brent@ranchero.com. -This [policy](https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/privacypolicy.markdown) is stored in the NetNewsWire GitHub repository, where you can track any changes we might make. +This [policy](https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/privacypolicy.markdown) is stored in the NetNewsWire GitHub repository, where you can track any changes we might make.