Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Fixed paths in docs #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Your Visualforce page will need to include jQuery and the toolkit, then create a
<p>The first account I see is <span id="accountname"></span>.</p>
</apex:page>

More fully featured samples are provided in [example.page](Force.com-JavaScript-REST-Toolkit/blob/master/example.page) and [mobile.page](Force.com-JavaScript-REST-Toolkit/blob/master/mobile.page). [Watch a brief demo of the samples](http://www.youtube.com/watch?v=qNA8nxfPgBU).
More fully featured samples are provided in [example.page](https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit/blob/master/example.page) and [mobile.page](https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit/blob/master/mobile.page). [Watch a brief demo of the samples](http://www.youtube.com/watch?v=qNA8nxfPgBU).

Using the Toolkit in an HTML page outside the Force.com platform
----------------------------------------------------------------
Expand Down Expand Up @@ -149,7 +149,7 @@ Your HTML page will need to include jQuery and the toolkit, then create a client
<p id="message">Click here.</p>
</html>

More fully featured samples are provided in [example.html](Force.com-JavaScript-REST-Toolkit/blob/master/example.html) and [mobile.html](Force.com-JavaScript-REST-Toolkit/blob/master/mobile.html).
More fully featured samples are provided in [example.html](https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit/blob/master/example.html) and [mobile.html](https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit/blob/master/mobile.html).

Using the Toolkit in a Cordova app
----------------------------------
Expand Down