Skip to content

Commit 40b2285

Browse files
author
Sathishkumar Natesan
committed
Fix oauth link for README
1 parent 4b4a269 commit 40b2285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The standard Ohloh API allows read-only access to Ohloh data.
7171

7272
Using OAuth, you can impersonate an Ohloh account while accessing the Ohloh API. This enables you to write to the Ohloh database, and also to access or modify private account information. You must first be granted permission to do this by an Ohloh account holder.
7373

74-
You can read more at [Using OAuth with the Ohloh API](oauth.md).
74+
You can read more at [Using OAuth with the Ohloh API](examples/oauth#using-oauth-with-the-ohloh-api).
7575

7676
## Forming a Request
7777

@@ -87,7 +87,7 @@ You must do three things to receive an XML-formatted response:
8787
For example, to view the project with ID=1 as XML, using an example API key, the complete URL would be:
8888

8989
```
90-
http://www.ohloh.net/projects/1.xml?api_key=01234567890123456789
90+
http://www.ohloh.net/projects/1.xml?api_key=01234567890123456789
9191
```
9292

9393
For the sake of brevity, the `api_key` parameter will be omitted from the examples in this documentation. Remember to always include it in your actual queries.
@@ -160,7 +160,7 @@ Details about this project response can be found in the Ohloh API Reference [pro
160160
For example, to get the second page of projects containing “java” or “Java” in their titles, descriptions, or tags, you would request:
161161

162162
```
163-
GET http://www.ohloh.net/projects.xml?query=java&page=2
163+
GET http://www.ohloh.net/projects.xml?query=java&page=2
164164
```
165165

166166
### Collection Response XML Format

0 commit comments

Comments
 (0)