Skip to content

Commit 4d5fac8

Browse files
authored
fixed more bad links
1 parent 65dafcc commit 4d5fac8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/validate-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# schedule:
66
# - cron: '0 0 * * 0'
77
# or on every pull request to main
8+
repository_dispatch:
9+
workflow_dispatch:
810
pull_request:
911
branches:
1012
- main
@@ -29,6 +31,8 @@ jobs:
2931
restore-keys: cache-lychee-
3032
- name: Check links
3133
uses: lycheeverse/lychee-action@v1.6.1
34+
env:
35+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3236
with:
3337
args: --cache --max-cache-age 1w --exclude-mail --threads 4 --timeout 30 --retry-wait-time 60 --user-agent 'Mozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0' --no-progress 'content/**/*.md'
3438
fail: true

content/2020-12-29-cheap_sandboxing_with_appcontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This was slightly trickier: to expose a specific capability or file/folder acces
9696
9797
### Insert the capability set to the startup info
9898
99-
Not unlike [process reparenting](https://github.com/hugsy/pwn--/tree/dev/tools/win32/ProcessReparent/main.cpp), appcontainerization requires to define a set of attribute as part of the extended startup information structure:
99+
Not unlike [process reparenting](https://github.com/hugsy/pwn--/tree/dev/tools/win32/ProcessReparent), appcontainerization requires to define a set of attribute as part of the extended startup information structure:
100100
101101
```c++
102102
SIZE_T size;

0 commit comments

Comments
 (0)