Skip to content

Commit

Permalink
[Fix] Resource links in Additional documentation (#4565)
Browse files Browse the repository at this point in the history
[Fix] Resource links in Additional documentation section to sync documentation structure.
  • Loading branch information
AdarshRawat1 authored Mar 27, 2024
1 parent 0300f4a commit f8df27f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/doxygen/01_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ The P4C compiler is a compiler infrastructure for the P4 compiler designed with

## Additional documentation

* the P4_14 (P4 v1.0) language is described in the [P4 spec](http://p4.org/wp-content/uploads/2015/04/p4-latest.pdf)

* the [P4_16 draft language](http://p4.org/wp-content/uploads/2016/12/P4_16-prerelease-Dec_16.pdf)
specification is still under revision.
* The documentation for P4_16 and P4Runtime is available [here](https://p4.org/specs/)

* the core design of the compiler intermediate representation (IR) and
the visitor patterns are briefly described in [IR](IR.md)
the visitor patterns are briefly described in [IR](../IR.md)

* The [migration guide](migration-guide.pptx) describes how P4_14 (v1.0)
* The [migration guide](../migration-guide.pptx) describes how P4_14 (v1.0)
programs are translated into P4_16 programs

0 comments on commit f8df27f

Please sign in to comment.