Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Leary <boleary@gitlab.com>2019-02-25 22:29:30 +0300
committerBrendan O'Leary <boleary@gitlab.com>2019-02-25 22:29:30 +0300
commit3eea6906747d10bea501426febaf15d2c209e06a (patch)
treef3d772e04e7d5db7979eb707f2ea3ad9edb9fd90 /doc/user/project/clusters/serverless/index.md
parent0b0a04fdf7ba31975407daa978f6f8f7c2f8bb3e (diff)
Remove example.net, replace with example.com
Diffstat (limited to 'doc/user/project/clusters/serverless/index.md')
-rw-r--r--doc/user/project/clusters/serverless/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index f7e72efa2ba..46d50f8894a 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -205,7 +205,7 @@ The sample function can now be triggered from any HTTP client using a simple `PO
--header "Content-Type: application/json" \
--request POST \
--data '{"GitLab":"FaaS"}' \
- http://functions-echo.functions-1.functions.example.net/
+ http://functions-echo.functions-1.functions.example.com/
```
2. Using a web-based tool (ie. postman, restlet, etc)