Skip to content

Commit 037e31c

Browse files
committed
Fix link
1 parent e9a32f1 commit 037e31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ external_hosts:
1919
- checkvist.com
2020
- commonmark.org
2121
- github.io
22-
- github.blog
22+
- github.com
2323
exclude:
2424
- '_*.md'
2525
subs:

docs/migration/guide/how-to-set-up-docs-previews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
This workflow is triggered when a PR is either merged or closed. The underlying reusable workflow, deletes the docs from the preview environment.
8383

8484
:::{note}
85-
We are aware of the security implications of using `pull_request_target` as described in [this blog post](https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/).
85+
We are aware of the security implications of using `pull_request_target` as described in [this blog post](https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/).
8686
The workflow never checks out the code and doesn't use any user modifiable inputs (e.g. PR title).
8787
:::
8888

0 commit comments

Comments
 (0)