add raw flag for GitHub download links
This commit is contained in:
@@ -98,7 +98,7 @@ To start Phabricator server use the file [`examples/phabricator/phabricator-cont
|
||||
}
|
||||
```
|
||||
|
||||
[Download example](phabricator-controller.json)
|
||||
[Download example](phabricator-controller.json?raw=true)
|
||||
<!-- END MUNGE: EXAMPLE phabricator-controller.json -->
|
||||
|
||||
Create the phabricator pod in your Kubernetes cluster by running:
|
||||
@@ -188,7 +188,7 @@ To automate this process and make sure that a proper host is authorized even if
|
||||
}
|
||||
```
|
||||
|
||||
[Download example](authenticator-controller.json)
|
||||
[Download example](authenticator-controller.json?raw=true)
|
||||
<!-- END MUNGE: EXAMPLE authenticator-controller.json -->
|
||||
|
||||
To create the pod run:
|
||||
@@ -237,7 +237,7 @@ Use the file [`examples/phabricator/phabricator-service.json`](phabricator-servi
|
||||
}
|
||||
```
|
||||
|
||||
[Download example](phabricator-service.json)
|
||||
[Download example](phabricator-service.json?raw=true)
|
||||
<!-- END MUNGE: EXAMPLE phabricator-service.json -->
|
||||
|
||||
To create the service run:
|
||||
|
Reference in New Issue
Block a user