Skip to content

Commit 2d296fc

Browse files
committed
doc: Update links to local github pages deployment.
1 parent 25aeb2e commit 2d296fc

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export their own internal state (other than via logs) and existing monitoring
1717
systems, such that system operators do not need to patch those applications to
1818
instrument them or writing custom extraction code for every such application.
1919

20-
The extraction is controlled by [mtail programs](docs/Programming-Guide.md)
20+
The extraction is controlled by [mtail programs](https://jaqx0r.github.io/mtail/Programming-Guide)
2121
which define patterns and actions:
2222

2323
# simple line counter
@@ -30,7 +30,7 @@ Metrics are exported for scraping by a collector as JSON or Prometheus format
3030
over HTTP, or can be periodically sent to a collectd, StatsD, or Graphite
3131
collector socket.
3232

33-
Read the [programming guide](docs/Programming-Guide.md) if you want to learn how
33+
Read the [programming guide](https://jaqx0r.github.io/mtail/Programming-Guide) if you want to learn how
3434
to write mtail programs.
3535

3636
Ask general questions on the users mailing list: https://groups.google.com/g/mtail-users
@@ -66,7 +66,7 @@ make install
6666
If you develop the compiler you will need some additional tools
6767
like `goyacc` to be able to rebuild the parser.
6868

69-
See the [Build instructions](docs/Building.md) for more details.
69+
See the [Build instructions](https://jaqx0r.github.io/mtail/Building) for more details.
7070

7171
A `Dockerfile` is included in this repository for local development as an
7272
alternative to installing Go in your environment, and takes care of all the
@@ -85,30 +85,32 @@ alerting tool, like [Prometheus](http://prometheus.io).
8585
to!](http://www.imdb.com/title/tt0151804/quotes/?item=qt0386890) It has the
8686
extraction skills! It is good at dealing with log files!!
8787

88+
Learn more about [interoperability with other tools](https://jaqx0r.github.io/mtail/Interoperability)
89+
8890
## Read More
8991

90-
Full documentation at http://google.github.io/mtail/
92+
Full documentation at https://jaqx0r.github.io/mtail/
9193

9294
Read more about writing `mtail` programs:
9395

94-
* [Programming Guide](docs/Programming-Guide.md)
95-
* [Language Reference](docs/Language.md)
96-
* [Metrics](docs/Metrics.md)
97-
* [Managing internal state](docs/state.md)
98-
* [Testing your programs](docs/Testing.md)
96+
* [Programming Guide](https://jaqx0r.github.io/mtail/Programming-Guide)
97+
* [Language Reference](https://jaqx0r.github.io/mtail/Language)
98+
* [Metrics](https://jaqx0r.github.io/mtail/Metrics)
99+
* [Managing internal state](https://jaqx0r.github.io/mtail/state)
100+
* [Testing your programs](https://jaqx0r.github.io/mtail/Testing)
99101

100102
Read more about hacking on `mtail`
101103

102-
* [Building from source](docs/Building.md)
104+
* [Building from source](https://jaqx0r.github.io/mtail/Building)
103105
* [Contributing](CONTRIBUTING.md)
104-
* [Style](docs/style.md)
106+
* [Style](https://jaqx0r.github.io/mtail/style)
105107

106108
Read more about deploying `mtail` and your programs in a monitoring environment
107109

108-
* [Deploying](docs/Deploying.md)
109-
* [Interoperability](docs/Interoperability.md) with other systems
110-
* [Troubleshooting](docs/Troubleshooting.md)
111-
* [FAQ](docs/faq.md)
110+
* [Deploying](https://jaqx0r.github.io/mtail/Deploying)
111+
* [Interoperability](https://jaqx0r.github.io/mtail/Interoperability) with other systems
112+
* [Troubleshooting](https://jaqx0r.github.io/mtail/Troubleshooting)
113+
* [FAQ](https://jaqx0r.github.io/mtail/faq)
112114

113115

114116
## Getting more help and reporting defects

0 commit comments

Comments
 (0)