Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 7a85477

Browse files
committed
Fixing links in demo documentation
1 parent 82702dd commit 7a85477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demos/AnyBudget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ queries.
1717
First, you'll need to set up a new Parse app at [Parse.com](https://parse.com).
1818
This is where we'll store the remote data for your Todo list demo. Once you've
1919
done this, insert your app's Application Id and JavaScript Key into the Parse
20-
initialization call in [`app.js`](/js/app.js).
20+
initialization call in [`app.js`](js/app.js).
2121

2222
To run the application, you must have [`npm`](https://www.npmjs.org/) installed.
2323
Once that is in place, you can build the app by running the following commands

demos/todo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This simple demo of a Todo list helps demonstrate how easy it is to build
44
automatic, optimistic CRUD applications with Parse + React.
55

66
The only code for interacting with Parse is found in [`/js/TodoList.react.js`]
7-
(/js/TodoList.react.js). That component subscribes to a Parse Query, and issues
7+
(js/TodoList.react.js). That component subscribes to a Parse Query, and issues
88
all of the Mutations necessary to allow users to create, update, and destroy
99
list items.
1010

@@ -13,7 +13,7 @@ list items.
1313
First, you'll need to set up a new Parse app at [Parse.com](https://parse.com).
1414
This is where we'll store the remote data for your Todo list demo. Once you've
1515
done this, insert your app's Application Id and JavaScript Key into the Parse
16-
initialization call in [`app.js`](/js/app.js).
16+
initialization call in [`app.js`](js/app.js).
1717

1818
To run the application, you must have [`npm`](https://www.npmjs.org/) installed.
1919
Once that is in place, you can build the app by running the following commands

0 commit comments

Comments
 (0)