summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Chia <wchia@gitlab.com>2019-04-02 21:08:25 +0000
committerWilliam Chia <wchia@gitlab.com>2019-04-02 21:08:25 +0000
commit0e9b47870710426f98074e508cc2cb432d18a755 (patch)
tree3ac705f2c10d5084464adee02fafc6ac802d0d31
parenta4182ed615256108359f463d55bc13b427a05a92 (diff)
downloadgitlab-ce-0e9b47870710426f98074e508cc2cb432d18a755.tar.gz
remove html tag
-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 e6804666e22..96bf455116c 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -214,7 +214,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.com/>
+ http://functions-echo.functions-1.functions.example.com
```
2. Using a web-based tool (ie. postman, restlet, etc)