Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
iwag committed Aug 18, 2017
1 parent 16848c7 commit 86b9403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AWS FPGA HDK is the official kit provided by AWS to facilitate RTL development (

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

## Table of Contents
1. [Overview](#overview)
Expand Down
2 changes: 1 addition & 1 deletion sdk/userspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The [Programmer's View](../../hdk/docs/Programmer_View.md) describes all the run

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

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.
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.

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

Expand Down

0 comments on commit 86b9403

Please sign in to comment.