summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorHyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>2012-11-22 01:12:30 +0100
committerHyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>2012-11-22 01:12:30 +0100
commitd6027726e687b04ee23b2c5b5475e2b0d9b15ff5 (patch)
tree5b95b1e672db2b76eab533a326206c9d2c2eb465 /doc/api
parenta6cbcc9d519901b0accd3d2a534c8ad16ea6046c (diff)
downloadetherpad-lite-d6027726e687b04ee23b2c5b5475e2b0d9b15ff5.zip
Fix urls, use github.com/ether
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/http_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http_api.md b/doc/api/http_api.md
index 990d1b49..7ace1b0b 100644
--- a/doc/api/http_api.md
+++ b/doc/api/http_api.md
@@ -9,7 +9,7 @@ The API gives another web application control of the pads. The basic functions a
The API is designed in a way, so you can reuse your existing user system with their permissions, and map it to etherpad lite. Means: Your web application still has to do authentication, but you can tell etherpad lite via the api, which visitors should get which permissions. This allows etherpad lite to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website.
-Take a look at [HTTP API client libraries](https://github.com/Pita/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language.
+Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language.
## Examples