Skip to content

Commit dce1c1d

Browse files
author
Mike Senn
committed
Fix broken documentation links
1 parent 347be98 commit dce1c1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ Salesforce Force.com Canvas SDK
55

66
Force.com Canvas is a mechanism for consuming third-party applications within Salesforce. Its goal is to connect applications at a UI level instead of just an API level. The purpose of this GitHub repository is to provide third-party applications with a Java/JavaScript SDK and examples so you can easily integrate canvas-style applications into Salesforce, while developing in the technology and platform of your choice.
77

8-
The best place to get started building canvas applications is the [online developer's guide](http://www.salesforce.com/us/developer/docs/platform_connect/index.htm).
8+
The best place to get started building canvas applications is the [online developer guide][1].
99

1010
Currently, we provide Java examples in this repository, but you can develop in whatever language you prefer. Most of the integration with Salesforce is through JavaScript and REST. You can also run and test your application locally from your own host, or from [Heroku](http://www.heroku.com/).
1111

1212

1313
### Examples
1414

15-
This SDK contains some basic Java examples. We recommend you explore the [Heroku Quick Start](http://www.salesforce.com/us/developer/docs/platform_connect/index_Left.htm#CSHID=quick_start_simple_create_app.htm|StartTopic=Content%2Fquick_start_simple_create_app.htm|SkinName=webhelp), for additional examples in Java and Ruby.
15+
This SDK contains some basic Java examples. We recommend you explore the [Heroku Quick Start][2], for additional examples in Java and Ruby.
1616

17-
For other examples and resources, check out [DeveloperForce.com](http://wiki.developerforce.com/page/Force.com_Canvas)
18-
19-
### Documentation
20-
The [Force.com Canvas Developer's Guide](http://www.salesforce.com/us/developer/docs/platform_connectpre/canvas_framework.pdf) is a good resource.
17+
For other examples and resources, check out the [developer guide][1].
2118

2219
### Prerequisites
2320

24-
Below are some useful commands and links for your convenience. Before you use them, you'll need to make sure you have the necessary software installed on your computer [here](http://www.salesforce.com/us/developer/docs/platform_connect/index_Left.htm#CSHID=quick_start_prereqs.htm|StartTopic=Content%2Fquick_start_prereqs.htm|SkinName=webhelp).
21+
Below are some useful commands and links for your convenience. Before you use them, you'll need to make sure you have the necessary software installed on your computer [here][3].
2522

2623
### How to clone the SDK repository
2724

@@ -70,7 +67,6 @@ If you're running and testing locally, this will start your Java Web server.
7067

7168
### Canvas URL
7269

73-
7470
If you're running locally
7571
https://localhost:8443/examples/hello-world/index.jsp
7672

@@ -98,3 +94,7 @@ To commit your changes into your local git repository and push those changes to
9894
To access your logs on Heroku, use the following command. For more information on Heroku logs click [here](https://devcenter.heroku.com/articles/logging).
9995

10096
heroku logs --tail
97+
98+
[1]: https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/canvas_framework_intro.htm
99+
[2]: https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/quick_start_simple_intro.htm
100+
[3]: https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/quick_start_prereqs.htm

0 commit comments

Comments
 (0)