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

Commit 5978115

Browse files
author
Pat Patterson
committed
Second try at relative paths in links
1 parent f577d1a commit 5978115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Your Visualforce page will need to include jQuery and the toolkit, then create a
4545
<p>The first account I see is <span id="accountname"></span>.</p>
4646
</apex:page>
4747

48-
More fully featured samples are provided in [example.page](blob/master/example.page) and [mobile.page](blob/master/mobile.page). [Watch a brief demo of the samples](http://www.youtube.com/watch?v=qNA8nxfPgBU).
48+
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).
4949

5050
Using the Toolkit in an HTML page outside the Force.com platform
5151
----------------------------------------------------------------
@@ -105,4 +105,4 @@ Your HTML page will need to include jQuery and the toolkit, then create a client
105105
<p id="message">Click here.</p>
106106
</html>
107107

108-
More fully featured samples are provided in [example.html](blob/master/example.html) and [mobile.html](blob/master/mobile.html).
108+
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).

0 commit comments

Comments
 (0)