Skip to content

Commit

Permalink
Merge pull request mozilla-services#1957 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
rafrombrc committed Aug 5, 2016
2 parents f270dc0 + fff620b commit 278dd3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ Features
HTTP GET of URL, Fields[Status] with HTTP Status, Fields[Protocol] with HTTP
protocol and version, Fields[StatusCode] with HTTP Response Status Code for
successful HTTP GETs. The Circular Buffer Graph Annotation (Alerts)
(http://hekad.readthedocs.org/en/latest/sandbox/graph_annotation.html) plugin
(https://hekad.readthedocs.io/en/latest/sandbox/graph_annotation.html) plugin
is compatible with the HttpInput plugin.

* HttpInput: Added success_severity and error_severity options for GET actions.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ which will set up a Go environment, verify the prerequisites, and install all
required dependencies. The build process also provides a mechanism for easily
integrating external plug-in packages into the generated `hekad`. For more
details and additional installation options see
[Installing](https://hekad.readthedocs.org/en/latest/installing.html).
[Installing](https://hekad.readthedocs.io/en/latest/installing.html).

WARNING: YOU MUST *SOURCE* THE BUILD SCRIPT (i.e. `source build.sh`) TO
BUILD HEKA. Setting up the Go build environment requires changes to
the shell environment, if you simply execute the script (i.e.
`./build.sh`) these changes will not be made.

Resources:
* Heka project docs: http://hekad.readthedocs.org/
* Heka project docs: https://hekad.readthedocs.io/
* GoDoc package docs: http://godoc.org/github.com/mozilla-services/heka
* Mailing list: https://mail.mozilla.org/listinfo/heka
* IRC: #heka on irc.mozilla.org
2 changes: 1 addition & 1 deletion docs/source/config/outputs/carbon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CarbonOutput plugins parse the "stat metric" messages generated by a
StatAccumulator and write the extracted counter, timer, and gauge data out to
a `graphite <http://graphite.wikidot.com/>`_ compatible `carbon
<http://graphite.wikidot.com/carbon>`_ daemon. Output is written over
a TCP or UDP socket using the `plaintext <http://graphite.readthedocs.org/en/1.0/feeding-carbon.html#the-plaintext-protocol>`_ protocol.
a TCP or UDP socket using the `plaintext <https://graphite.readthedocs.io/en/1.0/feeding-carbon.html#the-plaintext-protocol>`_ protocol.

Config:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Collecting stats alone doesn't actually provide much value, we want to be able
to actually see the data that has been gathered. Statsd servers are typically
used to aggregate incoming statistics and then periodically deliver the totals
to an upstream time series database, usually `Graphite
<http://graphite.readthedocs.org/en/latest/index.html>`_, although `InfluxDB
<https://graphite.readthedocs.io/en/latest/index.html>`_, although `InfluxDB
<http://influxdb.com/>`_ is rapidly growing in popularity. For Heka to replace
a standalone statsd server it needs to be able to do the same.

Expand All @@ -274,7 +274,7 @@ there's a match then the matcher in turn hands the message to the plugin.

To return to our example, we'll start by setting up a
:ref:`config_carbon_output` plugin that knows how to deliver messages to an
upstream Graphite `Carbon <http://graphite.readthedocs.org/en/latest/carbon-
upstream Graphite `Carbon <https://graphite.readthedocs.io/en/latest/carbon-
daemons.html>`_ server. We'll configure it to receive the statmetric messages
generated by the StatAccumInput::

Expand Down
4 changes: 2 additions & 2 deletions pipeline/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ interact with the Heka environment.
For more information about Heka please see the following resources:
* Heka project documentation: http://heka-docs.readthedocs.org/
* `hekad` daemon documenation: http://hekad.readthedocs.org/
* Heka project documentation: https://heka-docs.readthedocs.io/
* `hekad` daemon documenation: https://hekad.readthedocs.io/
* `hekad` github project: https://github.com/mozilla-services/heka
*/
Expand Down

0 comments on commit 278dd3d

Please sign in to comment.