Skip to content

Commit

Permalink
docs: Update documentation links (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <[email protected]>
  • Loading branch information
aeneasr authored Dec 8, 2018
1 parent ee9bcf2 commit d22d413
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<a href="https://discord.gg/PAMQWkr">Chat</a> |
<a href="https://community.ory.am/">Forums</a> |
<a href="http://eepurl.com/di390P">Newsletter</a><br/><br/>
<a href="https://www.ory.sh/docs/guides/master/keto/">Guide</a> |
<a href="https://www.ory.sh/docs/api/keto?version=master">API Docs</a> |
<a href="https://www.ory.sh/docs/next/keto/">Guide</a> |
<a href="https://www.ory.sh/docs/next/keto/sdk/api">API Docs</a> |
<a href="https://godoc.org/github.com/ory/keto">Code Docs</a><br/><br/>
<a href="https://opencollective.com/ory">Support this project!</a>
</h4>
Expand Down Expand Up @@ -139,15 +139,15 @@ and send us an email to [[email protected]](mailto:[email protected]) instead.
## Telemetry

Our services collect summarized, anonymized data which can optionally be turned off. Click
[here](https://www.ory.sh/docs/guides/master/telemetry/) to learn more.
[here](https://www.ory.sh/docs/ecosystem/sqa) to learn more.

### Guide

The Guide is available [here](https://www.ory.sh/docs/guides/master/keto/).
The Guide is available [here](https://www.ory.sh/docs/next/keto/).

### HTTP API documentation

The HTTP API is documented [here](https://www.ory.sh/docs/api/keto?version=master).
The HTTP API is documented [here](https://www.ory.sh/docs/next/keto/sdk/api).

### Upgrading and Changelog

Expand Down
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ func init() {
RootCmd.AddCommand(serveCmd)

disableTelemetryEnv, _ := strconv.ParseBool(os.Getenv("DISABLE_TELEMETRY")) // #nosec
serveCmd.Flags().Bool("disable-telemetry", disableTelemetryEnv, "Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/guides/telemetry")
serveCmd.Flags().Bool("disable-telemetry", disableTelemetryEnv, "Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/ecosystem/sqa")
}
2 changes: 1 addition & 1 deletion cmd/server/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func RunServe(
n.Use(negronilogrus.NewMiddlewareFromLogger(logger, "keto"))

if flagx.MustGetBool(cmd, "disable-telemetry") {
logger.Println("Transmission of telemetry data is enabled, to learn more go to: https://www.ory.sh/docs/guides/latest/telemetry/")
logger.Println("Transmission of telemetry data is enabled, to learn more go to: https://www.ory.sh/docs/ecosystem/sqa")

m := metricsx.NewMetricsManager(
metricsx.Hash("DATABASE_URL"),
Expand Down

0 comments on commit d22d413

Please sign in to comment.