From 86b9403f04520dfea45e79139a700aeef98bf400 Mon Sep 17 00:00:00 2001 From: iwag Date: Thu, 17 Aug 2017 17:00:27 -0700 Subject: [PATCH] Fix links --- hdk/README.md | 2 +- sdk/userspace/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hdk/README.md b/hdk/README.md index 1a5528c20..56fdf8982 100644 --- a/hdk/README.md +++ b/hdk/README.md @@ -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) diff --git a/sdk/userspace/README.md b/sdk/userspace/README.md index e9207f947..8e7705fcd 100644 --- a/sdk/userspace/README.md +++ b/sdk/userspace/README.md @@ -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.