Skip to content

Commit

Permalink
docs: Update documentation links (#144)
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 c836cb0 commit 84131d2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ func init() {
RootCmd.AddCommand(serveCmd)

disableTelemetryEnv, _ := strconv.ParseBool(os.Getenv("DISABLE_TELEMETRY"))
serveCmd.PersistentFlags().Bool("disable-telemetry", disableTelemetryEnv, "Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/guides/telemetry")
serveCmd.PersistentFlags().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/serve_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ HTTP CONTROLS
n.Use(negronilogrus.NewMiddlewareFromLogger(logger, "oathkeeper-api"))

if ok, _ := cmd.Flags().GetBool("disable-telemetry"); !ok {
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")

segmentMiddleware := metrics.NewMetricsManager(
metrics.Hash(viper.GetString("DATABASE_URL")),
Expand Down
2 changes: 1 addition & 1 deletion cmd/serve_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ OTHER CONTROLS
n.Use(negronilogrus.NewMiddlewareFromLogger(logger, "oathkeeper-proxy"))

if ok, _ := cmd.Flags().GetBool("disable-telemetry"); !ok {
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")

segmentMiddleware := metrics.NewMetricsManager(
metrics.Hash(viper.GetString("DATABASE_URL")),
Expand Down
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
###########################################################################
####### FOR DEMONSTRATION PURPOSES ONLY #######
###########################################################################
# #
# If you have not yet read the tutorial, do so now: #
# https://ory-am.gitbooks.io/hydra/content/tutorial.html #
# #
# This set up is only for demonstration purposes. The login #
# endpoint can only be used if you follow the steps in the tutorial. #
# #
###########################################################################

version: '2'

services:
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
The documentation has moved to [another GitHub repository](https://github.com/ory/docs). Make changes to the
ORY Oathkeeper user guide [here](https://github.com/ory/docs/tree/master/guides/2-oathkeeper).
The [documentation](https://www.ory.sh/docs) has moved to [another GitHub repository](https://github.com/ory/docs).

0 comments on commit 84131d2

Please sign in to comment.