Skip to content

Commit cda792c

Browse files
Update reference link for subnet mask example (#385)
1 parent 987f711 commit cda792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ An Internet Protocol address (IP address) is a numerical label assigned to each
155155

156156
A Subnet mask is a 32-bit number that masks an IP address, and divides the IP addresses into network address and host address. Subnet Mask is made by setting network bits to all "1"s and setting host bits to all "0"s. Within a given network, out of the total usable host addresses, two are always reserved for specific purposes and cannot be allocated to any host. These are the first address, which is reserved as a network address (a.k.a network ID) and the last address used for network broadcast.
157157

158-
[Example](https://github.com/philemonnwanne/o0o0o/tree/main/exes/exe-09)
158+
[Example](https://github.com/philemonnwanne/projects/tree/main/exercises/exe-09)
159159

160160
</b></details>
161161

0 commit comments

Comments
 (0)