Skip to content

Commit

Permalink
Update doc link
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jan 25, 2023
1 parent 7d24060 commit d2b4f0c
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) != "" {
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 d2b4f0c

Please sign in to comment.