Skip to content

Commit 7925eea

Browse files
committed
Update links
Update links and add new link to Va11yS and Repository
1 parent 911cb23 commit 7925eea

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# React Examples
2-
These React examples are a single page React application deployed on GitHub. It was created using [Create React App](https://github.com/facebookincubator/create-react-app).
2+
These React examples are a single page React application deployed on GitHub. It was created using [Create React App](https://github.com/facebook/create-react-app).
33

44
To see the working demo, go to [React Examples](https://snidersd.github.io/react-examples/#/).
55

@@ -13,8 +13,8 @@ The [react-range] (https://www.npmjs.com/package/react-range) package to create
1313
## Installation Instructions
1414
Follow these steps to install the React Examples application:
1515
- Clone or download the react-examples repository.
16-
- If you download the zip file extract it before proceeding.
17-
- From the command-line navigate to the react-examples directory.
16+
- If you download the zip file extract it before proceeding.
17+
- From the command-line navigate to the react-examples (clone) or react-examples-master (unzip) directory.
1818
- Type: npm install
1919
- Type: npm start
2020
- The application opens in your default browser to http://localhost:3000/#/

src/App.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ const routes = [
7070
sidebar: () => <div></div>,
7171
main: () =>
7272
<main role="main">
73+
<banner><a href="https://ibma.github.io/Va11yS/">Back to Va11yS</a></banner>
7374
<div id="Home">
7475
<Home />
7576
<h1>React Examples</h1>
7677
{/*Component start */}
7778
<p>
78-
These React examples are a single page application that is deployed on GitHub. It was created using
79-
<a href="https://github.com/facebookincubator/create-react-app"> Create React App</a>.
79+
These React examples are a single page application that is deployed on GitHub. It was created using
80+
<a href="https://github.com/facebook/create-react-app"> Create React App</a>.
8081
Select the link in the left navigation pane to view the example for each element. Accessibility test results are
8182
also included at the bottom of each example.
8283
</p>
@@ -96,6 +97,7 @@ const routes = [
9697
</ul>
9798
<h2>Additional Resources</h2>
9899
<ul>
100+
<li><a href="https://github.com/snidersd/react-examples">React Examples GitHub repository</a></li>
99101
<li><a href="https://reactjs.org/docs/accessibility.html">React Accessibility</a></li>
100102
<li><a href="https://reactjs.org/tutorial/tutorial.html">Tutuorial: Intro to React</a></li>
101103
<li><a href="https://www.w3.org/WAI/tutorials/">W3C Web Accessibility Tutorials</a></li>

0 commit comments

Comments
 (0)