summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-11-27 14:52:07 +0000
committerJim MacArthur <jim.macarthur@codethink.co.uk>2018-11-27 15:33:36 +0000
commitc55ca3a51f1bd7f391000b9770c9763911d8e155 (patch)
tree9e9b75e34201643303efaa0b46c86f5b6bfd9fba /doc
parent7f2f62eb21114dd65d3dca801984ddf29934bde5 (diff)
downloadbuildstream-c55ca3a51f1bd7f391000b9770c9763911d8e155.tar.gz
Docs: Correct URLs in artifact cache example
The port number must come after the hostname and before the path. The path is ignored by CASCache anyway, so including it is misleading.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/format_project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst
index e64f19988..9b51f8d4b 100644
--- a/doc/source/format_project.rst
+++ b/doc/source/format_project.rst
@@ -201,10 +201,10 @@ with an artifact share.
#
artifacts:
# A remote cache from which to download prebuilt artifacts
- - url: https://foo.com/artifacts:11001
+ - url: https://foo.com:11001
server.cert: server.crt
# A remote cache from which to upload/download built/prebuilt artifacts
- - url: https://foo.com/artifacts:11002
+ - url: https://foo.com:11002
server-cert: server.crt
client-cert: client.crt
client-key: client.key