Skip to content

Commit 3780662

Browse files
committed
docs: fix broken links
- Remove dead GitHub Community forum link from README.md - Fix banner image URL in GitHub Actions docs (remove /blog/ from path)
1 parent c52a438 commit 3780662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ng deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your
200200

201201
> **ℹ️ Note for GitHub Actions**
202202
>
203-
> The `GITHUB_TOKEN` (installation access token) will only trigger a release of a new website if the action runs in a private repository. In a public repo, a commit is generated, but the site does not change. See this [GitHub Community post](https://github.community/t5/GitHub-Actions/GitHub-action-not-triggering-gh-pages-upon-push/m-p/26869) for more info. If your repo is public, you must still use the `GH_TOKEN` (personal access token).
203+
> The `GITHUB_TOKEN` (installation access token) will only trigger a release of a new website if the action runs in a private repository. In a public repo, a commit is generated, but the site does not change. If your repo is public, you must still use the `GH_TOKEN` (personal access token).
204204
205205
## 📦 Deployment Options <a name="options"></a>
206206

docs/README_environment_github_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ More info can be found here:
114114

115115
Learn everything you need to know in the following extended article.
116116

117-
[![Banner](https://angular-schule.github.io/website-articles/blog/2020-01-everything-github/everything-github.png)](https://angular.schule/blog/2020-01-everything-github)
117+
[![Banner](https://angular-schule.github.io/website-articles/2020-01-everything-github/everything-github.png)](https://angular.schule/blog/2020-01-everything-github)
118118

119119
**Everything GitHub: Continuous Integration, Deployment and Hosting for your Angular App**
120120

0 commit comments

Comments
 (0)