Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update documentation links #144

Merged
merged 1 commit into from
Dec 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).