--- wikisrc/tutorials/how_to_read_css_protected_dvds.mdwn 2019/04/04 23:27:36 1.4 +++ wikisrc/tutorials/how_to_read_css_protected_dvds.mdwn 2020/09/08 21:05:59 1.5 @@ -17,7 +17,7 @@ By default, under NetBSD, when installin Libdvdcss is already present for installation in pkgsrc. As it is illegal in certain states, pkgsrc can not install it directly without some user interaction. -Before making it, we will first need to add some information to [mk.conf(5)](http://netbsd.gw.com/cgi-bin/man-cgi?mk.conf+5+NetBSD-current), namely the master sites from which we should fetch the libdvdcss source code. There are many, including the videolan project, which hosts libdvdcss: +Before making it, we will first need to add some information to [mk.conf(5)](//man.NetBSD.org/mk.conf.5), namely the master sites from which we should fetch the libdvdcss source code. There are many, including the videolan project, which hosts libdvdcss: # echo "LIBDVDCSS_MASTER_SITES='the website you found'" >> /etc/mk.conf @@ -27,5 +27,5 @@ Now, start building libdvdcss (should no # make install clean -That's it. From now on, libavcodec (and consequently, your favorite multimedia reader) should automagically use libdvdcss to read your commercial's DVDs, through [dlopen(3)](http://netbsd.gw.com/cgi-bin/man-cgi?dlopen+3+NetBSD-current), when required. +That's it. From now on, libavcodec (and consequently, your favorite multimedia reader) should automagically use libdvdcss to read your commercial's DVDs, through [dlopen(3)](//man.NetBSD.org/dlopen.3), when required.