Skip to content

Commit

Permalink
Update fix link capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Windynik committed Sep 16, 2021
1 parent 0bc9628 commit 99286f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
40 changes: 6 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,7 @@
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/zenduty/sensu-go-zenduty-handler)
![goreleaser](https://github.com/zenduty/sensu-go-zenduty-handler/workflows/goreleaser/badge.svg)
[![Go Test](https://github.com/zenduty/sensu-go-zenduty-handler/workflows/Go%20Test/badge.svg)](https://github.com/zenduty/sensu-go-zenduty-handler/actions?query=workflow%3A%22Go+Test%22)
[![goreleaser](https://github.com/zenduty/sensu-go-zenduty-handler/workflows/goreleaser/badge.svg)](https://github.com/zenduty/sensu-go-zenduty-handler/actions?query=workflow%3Agoreleaser)

<!-- # Zenduty Handler Plugin
## Overview
handler-plugin-template is a template repository which wraps the [Sensu Plugin SDK][2].
To use this project as a template, click the "Use this template" button from the main project page.
Once the repository is created from this template, you can use the [Sensu Plugin Tool][9] to
populate the templated fields with the proper values.
## Functionality
After successfully creating a project from this template, update the `Config` struct with any
configuration options for the plugin, map those values as plugin options in the variable `options`,
and customize the `checkArgs` and `executeHandler` functions in [main.go][7].
When writing or updating a plugin's README from this template, review the Sensu Community
[plugin README style guide][3] for content suggestions and guidance. Remove everything
prior to `# sensu-go-zenduty-handler` from the generated README file, and add additional context about the
plugin per the style guide.
## Releases with Github Actions
To release a version of your project, simply tag the target sha with a semver release without a `v`
prefix (ex. `1.0.0`). This will trigger the [GitHub action][5] workflow to [build and release][4]
the plugin with goreleaser. Register the asset with [Bonsai][8] to share it with the community!
--- -->
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/Zenduty/sensu-go-zenduty-handler)
![goreleaser](https://github.com/Zenduty/sensu-go-zenduty-handler/workflows/goreleaser/badge.svg)
[![Go Test](https://github.com/Zenduty/sensu-go-zenduty-handler/workflows/Go%20Test/badge.svg)](https://github.com/Zenduty/sensu-go-zenduty-handler/actions?query=workflow%3A%22Go+Test%22)
[![goreleaser](https://github.com/Zenduty/sensu-go-zenduty-handler/workflows/goreleaser/badge.svg)](https://github.com/Zenduty/sensu-go-zenduty-handler/actions?query=workflow%3Agoreleaser)

# Sensu Go Zenduty Plugin

Expand Down Expand Up @@ -74,10 +46,10 @@ consider doing so! If you're using sensuctl 5.13 with Sensu Backend 5.13 or late
following command to add the asset:

```
sensuctl asset add zenduty/sensu-go-zenduty-handler
sensuctl asset add Zenduty/sensu-go-zenduty-handler
```

If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/zenduty/sensu-go-zenduty-handler].
If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/Zenduty/sensu-go-zenduty-handler].

### Handler definition

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/zenduty/sensu-go-zenduty-handler
module github.com/Zenduty/sensu-go-zenduty-handler

go 1.14

Expand Down

0 comments on commit 99286f7

Please sign in to comment.