Skip to content

Commit 86b9403

Browse files
committed
Fix links
1 parent 16848c7 commit 86b9403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AWS FPGA HDK is the official kit provided by AWS to facilitate RTL development (
55

66
Useful resources:
77
* Check out the [release notes](../RELEASE_NOTES.md) for information about the latest bug fixes, updates, and features added to the HDK.
8-
* [FAQ](../aws-fpga/FAQs.md)
8+
* [FAQ](../FAQs.md)
99

1010
## Table of Contents
1111
1. [Overview](#overview)

sdk/userspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [Programmer's View](../../hdk/docs/Programmer_View.md) describes all the run
44

55
This directory contains the source and build files for the needed components:
66

7-
1. The [fpga_mgmt_tools directory](./fpga_mgmt_tools) contains [Amazon FPGA Image (AFI) Management Tools](./fpga_mgmt_tools/README.md): A linux shell commands to manage AFI, Virtual JTAG, Virtual LED and DIPSwitches. Calling [`sdk_setup.sh`](../sdk_setup.sh) will compile and install the tools.
7+
1. The [fpga_mgmt_tools directory](./fpga_mgmt_tools) contains [Amazon FPGA Image (AFI) Management Tools](./fpga_mgmt_tools/README.md): A linux shell commands to manage AFI, Virtual JTAG, Virtual LED and DIPSwitches. Calling [`sdk_setup.sh`](../../sdk_setup.sh) will compile and install the tools.
88

99
2. The [Include directory](./include) contains the header files required for integration with a C/C++ application.
1010

0 commit comments

Comments
 (0)