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

[documentation] Add hyperlinks to the actual directory in the README file. #4531

Merged
merged 9 commits into from
Mar 16, 2024
2 changes: 1 addition & 1 deletion backends/dpdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generates the 'spec' file to configure the DPDK pipeline.

## How to use it?

A sample P4 program can be found in the `examples` directory. To
A sample P4 program can be found in the `examples` [directory](./examples). To
generate the 'spec' file:
```bash
p4c-dpdk --arch psa vxlan.p4 -o vxlan.spec
Expand Down
2 changes: 1 addition & 1 deletion backends/tc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The backend for TC reuses code from the p4c-ebpf for generating c file.

## How to use it?

The sample p4 programs are located in the "testdata/p4tc_samples" directory.
The sample p4 programs are located in the "testdata/p4tc_samples" [directory](../../testdata/p4tc_samples).

To generate the 'template' file, 'c' file and 'json' file:

Expand Down
Loading