summaryrefslogtreecommitdiff
path: root/doc/web_hooks
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-16 12:57:32 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-16 12:57:32 +0200
commitdbd88d453b8e6c78a423fa7e692004b1db6ea069 (patch)
tree3ca2e0353fcd278a0bb8cd7527e2cc8197c4cf3a /doc/web_hooks
parentcb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff)
downloadgitlab-ce-dbd88d453b8e6c78a423fa7e692004b1db6ea069.tar.gz
Update the examples to example.com
Diffstat (limited to 'doc/web_hooks')
-rw-r--r--doc/web_hooks/web_hooks.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md
index a223d83da3f..4c06bc4d444 100644
--- a/doc/web_hooks/web_hooks.md
+++ b/doc/web_hooks/web_hooks.md
@@ -25,16 +25,16 @@ Triggered when you push to the repository except when pushing tags.
"project_id": 15,
"repository": {
"name": "Diaspora",
- "url": "git@localhost:diaspora.git",
+ "url": "git@example.com:diaspora.git",
"description": "",
- "homepage": "http://localhost/diaspora"
+ "homepage": "http://example.com/diaspora"
},
"commits": [
{
"id": "b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327",
"message": "Update Catalan translation to e38cb41.",
"timestamp": "2011-12-12T14:27:31+02:00",
- "url": "http://localhost/diaspora/commits/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327",
+ "url": "http://example.com/diaspora/commits/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327",
"author": {
"name": "Jordi Mallach",
"email": "jordi@softcatala.org"
@@ -44,7 +44,7 @@ Triggered when you push to the repository except when pushing tags.
"id": "da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
"message": "fixed readme",
"timestamp": "2012-01-03T23:36:29+02:00",
- "url": "http://localhost/diaspora/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
+ "url": "http://example.com/diaspora/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
"author": {
"name": "GitLab dev user",
"email": "gitlabdev@dv6700.(none)"
@@ -140,6 +140,6 @@ When you press 'Test Hook' in GitLab, you should see something like this in the
```
{"before":"077a85dd266e6f3573ef7e9ef8ce3343ad659c4e","after":"95cd4a99e93bc4bbabacfa2cd10e6725b1403c60",<SNIP>}
-localhost - - [14/May/2014:07:45:26 EDT] "POST / HTTP/1.1" 200 0
+example.com - - [14/May/2014:07:45:26 EDT] "POST / HTTP/1.1" 200 0
- -> /
```