Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,10 +6,8 @@ This folder is reserved for networking-focused exercises. It can hold examples a
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["networking"] --> B["Routing"]
|
||||
A --> C["DNS"]
|
||||
A --> D["Firewall and ports"]
|
||||
A --> E["Connectivity tests"]
|
||||
A["networking"]
|
||||
click A href "./" "networking"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user