Skip to content

Commit

Permalink
Remove uninclusive language.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Aug 9, 2021
1 parent d4ec00e commit c88d03e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If your problem is with the way an `mtail` program is behaving, please attach or

If your problem is with `mtail`, please include the commandline you started it with, and the INFO log.

See also [Reporting a problem](https://github.com/google/mtail/blob/master/docs/Troubleshooting.md#reporting-a-problem).
See also [Reporting a problem](https://github.com/google/mtail/blob/main/docs/Troubleshooting.md#reporting-a-problem).


Thanks!
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ARG vcs_branch=unknown
LABEL org.opencontainers.image.ref.name="google/mtail" \
org.opencontainers.image.vendor="Google" \
org.opencontainers.image.title="mtail" \
org.opencontainers.image.description="extract whitebox monitoring data from application logs for collection in a timeseries database" \
org.opencontainers.image.description="extract internal monitoring data from application logs for collection in a timeseries database" \
org.opencontainers.image.authors="Jamie Wilkinson (@jaqx0r)" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.version=$version \
org.opencontainers.image.revision=$commit_hash \
org.opencontainers.image.source=$vcs_url \
org.opencontainers.image.documentation="https://github.com/google/mtail/tree/master/docs" \
org.opencontainers.image.documentation="https://github.com/google/mtail/tree/main/docs" \
org.opencontainers.image.created=$build_date \
org.opencontainers.image.url="https://github.com/google/mtail"
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If your problem is with the way an `mtail` program is behaving, please attach or

If your problem is with `mtail`, please include the commandline you started it with, and the INFO log.

See also [Reporting a problem](https://github.com/google/mtail/blob/master/docs/Troubleshooting.md#reporting-a-problem).
See also [Reporting a problem](https://github.com/google/mtail/blob/main/docs/Troubleshooting.md#reporting-a-problem).


Thanks!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/google/mtail/main/logo.png" alt="mtail" title="mtail" align="right" width="140">

# mtail - extract whitebox monitoring data from application logs for collection into a timeseries database
# mtail - extract internal monitoring data from application logs for collection into a timeseries database

[![ci](https://github.com/google/mtail/workflows/CI/badge.svg)](https://github.com/google/mtail/actions?query=workflow%3ACI+branch%3main)
[![GoDoc](https://godoc.org/github.com/google/mtail?status.png)](http://godoc.org/github.com/google/mtail)
Expand Down
2 changes: 1 addition & 1 deletion docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mtail --one_shot --progs ./progs --logs testdata/foo.log

If you wish, send a PR containing your program, some sample input, and a golden
output to be run as a test in
http://github.com/google/mtail/blob/master/ex_test.go to ensure that mtail
http://github.com/google/mtail/blob/main/ex_test.go to ensure that mtail
never breaks your program (or that your program gets any updates if the
language changes.)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mtail - extract whitebox monitoring data from application logs for collection into a timeseries database
mtail - extract internal monitoring data from application logs for collection into a timeseries database
========================================================================================================

`mtail` is a tool for extracting metrics from application logs to be exported
Expand Down

0 comments on commit c88d03e

Please sign in to comment.