Skip to content

Commit a0bb60d

Browse files
author
Jean-Marcel Belmont
committed
Fix broken links.
1 parent 9e20765 commit a0bb60d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/build-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Historically build automation occurred with makefiles and we will use makefiles
4242
* [Apache Ant for Java](https://ant.apache.org/manual/)
4343
* [Cabal for haskell](https://www.haskell.org/cabal/users-guide/)
4444
* [npm scripts for Node based Projects](https://docs.npmjs.com/misc/scripts)
45-
* [Rake for Ruby](https://en.wikipedia.org/wiki/Rake_(software))
45+
* [Rake for Ruby](https://en.wikipedia.org/wiki/Rake_%28software%29)
4646
* [MSBuild for Windows Development](https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild)
4747

4848
There is many more build automation tooling this is just a short list I compiled

docs/network-utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The majority of them originated on Unix systems, but several later ports to othe
4545

4646
Common Networking Tools:
4747

48-
* [ping](https://en.wikipedia.org/wiki/Ping_(networking_utility)), ping a host to check connectivity (reports packet loss and latency, uses ICMP).
48+
* [ping](https://en.wikipedia.org/wiki/Ping_%28networking_utility%29), ping a host to check connectivity (reports packet loss and latency, uses ICMP).
4949

5050
* [ifconfig](https://en.wikipedia.org/wiki/Network_utility) ifconfig is a system administration utility in Unix-like operating systems for network interface configuration.
5151

@@ -61,7 +61,7 @@ Common Networking Tools:
6161
* [traceroute](https://en.wikipedia.org/wiki/Traceroute) shows the series of successive systems a packet goes through en route to its destination on a network.
6262
* It works by sending packets with sequential TTLs which generate ICMP TTL-exceeded messages from the hosts the packet passes through.
6363

64-
* [dig](https://en.wikipedia.org/wiki/Dig_(command)) dig (domain information groper) is a network administration command-line tool for querying Domain Name System (DNS) servers.
64+
* [dig](https://en.wikipedia.org/wiki/Dig_%28command%29) dig (domain information groper) is a network administration command-line tool for querying Domain Name System (DNS) servers.
6565

6666
#### ping command description
6767

docs/shell-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Read the [iptables Wikipedia Page](https://en.wikipedia.org/wiki/Iptables) for m
227227

228228
#### Shellshock Bash Bug
229229

230-
Please read the [Shellshock Wikipedia Page](https://en.wikipedia.org/wiki/Shellshock_(software_bug))
230+
Please read the [Shellshock Wikipedia Page](https://en.wikipedia.org/wiki/Shellshock_%28software_bug%29)
231231

232232
> Shellshock, also known as Bashdoor, is a family of security bugs in the widely used Unix Bash shell, the first of which was disclosed on 24 September 2014. Many Internet-facing services, such as some web server deployments, use Bash to process certain requests, allowing an attacker to cause vulnerable versions of Bash to execute arbitrary commands. This can allow an attacker to gain unauthorized access to a computer system
233233

0 commit comments

Comments
 (0)