Skip to content

Commit 1d4c4e8

Browse files
committed
URL fix.
1 parent 579d5da commit 1d4c4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sudo dnf install subnetcalc
186186

187187
## FreeBSD
188188

189-
For ready-to-install FreeBSD packages of SubNetCalc, it is included in the ports collection, see [FreeBSD ports tree index of benchmarks/subnetcalc/](https://cgit.freebsd.org/ports/tree/benchmarks/subnetcalc/)!
189+
For ready-to-install FreeBSD packages of SubNetCalc, it is included in the ports collection, see [FreeBSD ports tree index of net/subnetcalc/](https://cgit.freebsd.org/ports/tree/net/subnetcalc/)!
190190

191191
<pre>
192192
pkg install subnetcalc
@@ -195,7 +195,7 @@ pkg install subnetcalc
195195
Alternatively, to compile it from the ports sources:
196196

197197
<pre>
198-
cd /usr/ports/benchmarks/subnetcalc
198+
cd /usr/ports/net/subnetcalc
199199
make
200200
make install
201201
</pre>

0 commit comments

Comments
 (0)