Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Resource links in Doxygen documentation. #4565

Merged
merged 3 commits into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading