Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit cf4049e

Browse files
committed
fix additional links
1 parent 5cea952 commit cf4049e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sp-oncall/spoc-integrations/hipchat-integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ sending to multiple rooms based on alert type, you will need to replace
162162
the “room id” and “auth token” variables with the alert fields you
163163
created in the Rules Engine. For example:
164164

165-
https://**YOUR_DOMAIN**.hipchat.com/v2/room/:math:`{{ALERT.room\_id}}/notification?auth\_token=`\ {{ALERT.auth_token}}
165+
\https://**YOUR_DOMAIN**.hipchat.com/v2/room/:math:`{{ALERT.room\_id}}/notification?auth\_token=`\ {{ALERT.auth_token}}
166166

167167
For the payload section, you can add a number of different variables.
168168
For more information see the HipChat documentation.

sp-oncall/spoc-integrations/new-twilio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ This message means the team attempting to be notified either doesn't exist, or h
404404
This might be because a trial Twilio account is being used instead of a paid Twilio account. You have to verify phone numbers in Twilio before they can be
405405
called. Additionally, even with a paid Twilio account, phone numbers in certain countries (such as Slovakia) need to be verified in Twilio numbers before calling them.
406406

407-
To verify the numbers you're calling, follow the documented steps in :new-page:`Add a Verified Caller ID via the Console Site<https://support.twilio.com/hc/en-us/articles/223180048-Adding-a-verified-outbound-caller-ID-with-Twilio>`.
407+
To verify the numbers you're calling, search for "Add a Verified Caller ID via the Console Site" in Twilio documentation and follow the documented steps.
408408

409409
Problem 11: An application error has occurred. Goodbye.
410410
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

synthetics/test-config/private-locations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ In environments where direct internet access is restricted, you can route synthe
146146

147147
* HTTP_PROXY: Specifies the proxy server for HTTP traffic.
148148

149-
* Example: export HTTP_PROXY="http://proxy.example.com:8080"
149+
* Example: export HTTP_PROXY="\http://proxy.example.com:8080"
150150

151151
* HTTPS_PROXY: Specifies the proxy server for HTTPS traffic.
152152

153-
* Example: export HTTPS_PROXY="https://proxy.example.com:8443"
153+
* Example: export HTTPS_PROXY="\https://proxy.example.com:8443"
154154

155155
* NO_PROXY: Specifies a comma-separated list of domains or IP addresses that should bypass the proxy.
156156

@@ -165,7 +165,7 @@ For example, here is what a command might look like after you modify it to fit y
165165
166166
In this example:
167167

168-
HTTP_PROXY and HTTPS_PROXY are set to route traffic through a proxy at http://172.17.0.1:1234.
168+
HTTP_PROXY and HTTPS_PROXY are set to route traffic through a proxy at \http://172.17.0.1:1234.
169169

170170
NO_PROXY is configured to bypass the proxy for local addresses and specific domains like .signalfx.com and .amazonaws.com.
171171

0 commit comments

Comments
 (0)