Skip to content

Commit

Permalink
fix: update outdated doc link in deprecation warning (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 26, 2023
1 parent 8013ea5 commit 19695d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ var startCmd = &cobra.Command{

if viper.GetString(syncProviderFlagName) != "" {
rtLogger.Warn("DEPRECATED: The --sync-provider flag has been deprecated. " +
"Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration.md")
"Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration/configuration.md")
}

if viper.GetString(evaluatorFlagName) != "json" {
rtLogger.Warn("DEPRECATED: The --evaluator flag has been deprecated. " +
"Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration.md")
"Docs: https://github.com/open-feature/flagd/blob/main/docs/configuration/configuration.md")
}

// Build Runtime -----------------------------------------------------------
Expand Down

0 comments on commit 19695d2

Please sign in to comment.