diff options
author | William Chia <wchia@gitlab.com> | 2019-04-02 21:08:25 +0000 |
---|---|---|
committer | William Chia <wchia@gitlab.com> | 2019-04-02 21:08:25 +0000 |
commit | 0e9b47870710426f98074e508cc2cb432d18a755 (patch) | |
tree | 3ac705f2c10d5084464adee02fafc6ac802d0d31 | |
parent | a4182ed615256108359f463d55bc13b427a05a92 (diff) | |
download | gitlab-ce-0e9b47870710426f98074e508cc2cb432d18a755.tar.gz |
remove html tag
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 2 |
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) |