diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/c/debugging.html | 2 | ||||
-rw-r--r-- | dev/git/branch.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/c/debugging.html b/dev/c/debugging.html index e721d07..2128911 100644 --- a/dev/c/debugging.html +++ b/dev/c/debugging.html @@ -9,7 +9,7 @@ <h1>Debugging</h1> - <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../core/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> + <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../linux/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> <dl> <dt>kernel.yama.ptrace_scope=0</dt> diff --git a/dev/git/branch.html b/dev/git/branch.html index cf11572..c92da99 100644 --- a/dev/git/branch.html +++ b/dev/git/branch.html @@ -198,7 +198,7 @@ and allow to sign with <a href="gnupg.html">gnupg</a>, making it ideal for distributing releases.</p> - <p id="tag">Tags are used to mark patch releases, get back in time to make security patches or to mark a new major or minor new release. Tag new release with projectname-version, this allows meaningful ports <a href="../core/ports.html">distfiles</a> when downloading releases from git archives;</p> + <p id="tag">Tags are used to mark patch releases, get back in time to make security patches or to mark a new major or minor new release. Tag new release with projectname-version, this allows meaningful ports <a href="../linux/ports.html">distfiles</a> when downloading releases from git archives;</p> <pre> $ git tag -a projectname-1.2.0 -m "project 1.2.0 release" |