Skip to content

Commit f29c6be

Browse files
overview.md some links fixed
1 parent d774c0f commit f29c6be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user/reference/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,23 +215,22 @@ sudo docker run --privileged --rm -t -v /sys/kernel/debug:/sys/kernel/debug:rw
215215

216216
would result in an error.
217217

218-
Also have a look at the [Github issue relevant to the topic](https://github.com/lxc/lxd/issues/2661) and the [LXD apparmor setup](https://github.com/lxc/lxd/blob/master/lxd/apparmor/apparmor.go) for more details.
218+
Also have a look at the [Github issue relevant to the topic](https://github.com/canonical/lxd/issues/2661) and the [LXD apparmor setup](https://github.com/canonical/lxd/blob/main/lxd/apparmor/apparmor.go) for more details.
219219

220220
#### System Calls Interception
221221

222222
If you run into a message like:
223223

224224
> System doesn't support syscall interception
225225

226-
It most probably means a system call interception is outside of the list of the ones considered to be safe (LXD can allow system call interception [if it's considered to be safe](https://github.com/lxc/lxd/blob/master/doc/syscall-interception.md)).
226+
It most probably means a system call interception is outside of the list of the ones considered to be safe (LXD can allow system call interception [if it's considered to be safe](https://github.com/canonical/lxd/blob/main/doc/syscall-interception.md)).
227227

228228
### Linux: Hugepages Support from within LXD Container
229229

230230
As of now, Travis CI is not configured to allow hugepages within unprivileged containers. This may change on short notice.
231231

232232
The unprivileged containers access to hugepages is added by the great Linux and LXD teams. To understand what needs to be addressed in order to avoid memory issues with LXD containers, please look at the resources below:
233233
* [LXD 3.22 release notes](https://discuss.linuxcontainers.org/t/lxd-3-22-has-been-released/7027)
234-
* [LXD configuration](https://linuxcontainers.org/lxd/docs/master/instances#hugepage-limits-via-limitshugepagessize)
235234

236235

237236
## VM Instance Size

0 commit comments

Comments
 (0)