Skip to content

Commit

Permalink
Fix broken links in documentation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-dudik authored Mar 29, 2022
1 parent 589dcd6 commit fe9e5f8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ cmd/proto-rootgen/proto-rootgen
.*-test
examples/**/example.log
examples/getting-started/config/new-config.yaml
*.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,5 @@ Development
[vfio]: https://www.kernel.org/doc/Documentation/vfio.txt
[dpdk-linux-drivers]: https://doc.dpdk.org/guides/linux_gsg/linux_drivers.html
[hugepages]: https://wiki.debian.org/Hugepages
[vpp-hugepages]: https://fd.io/docs/vpp/master/gettingstarted/users/configuring/hugepages.html
[vpp-hugepages]: https://s3-docs.fd.io/vpp/21.10.1/gettingstarted/users/configuring/hugepages.html
[gns3-vm-docs]: docs/GNS3_APPLIANCES.md
4 changes: 2 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ as well as during run-time when a (CNF) configuration change is requested:
[ligato-vpp-agent]: https://github.com/ligato/vpp-agent
[stonework-diagram]: img/stonework.png
[control-flow-diagram]: img/control-flow.png
[punt-manager-plugin]: plugins/puntmgr/README.md
[cnf-registry-plugin]: plugins/cnfreg/README.md
[punt-manager-plugin]: ../plugins/puntmgr/README.md
[cnf-registry-plugin]: ../plugins/cnfreg/README.md


2 changes: 1 addition & 1 deletion docs/USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ So the `cnf-bgp` introduces new root level entry called bgpConfig, to describe i
[agentctl-link]: https://docs.ligato.io/en/latest/user-guide/agentctl/
[ligato-link]: https://ligato.io/
[conf-model]: config/STONEWORK-CONFIG.md
[vpp-cli-guide]: https://wiki.fd.io/view/VPP/Command-line_Interface_(CLI)_Guide
[vpp-cli-guide]: https://s3-docs.fd.io/vpp/22.06/cli-reference/gettingstarted/index.html
[tap-example]: ../examples/getting-started/README.md
[dpdk]: https://www.dpdk.org/
[readme]: ../README.md
2 changes: 1 addition & 1 deletion docs/config/STONEWORK-CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,7 @@ MemifLink defines configuration for interface type: MEMIF
<a name="ligato.vpp.interfaces.RDMALink"></a>

### RDMALink
https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.md
https://github.com/FDio/vpp/blob/master/src/plugins/rdma/rdma_doc.rst


| Field | Type | Label | Description |
Expand Down

0 comments on commit fe9e5f8

Please sign in to comment.