Skip to content

Commit

Permalink
Update migration URL to new website format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 29, 2023
1 parent 8d495e0 commit 85a627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limitador-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl Limiter {
Self::Async(limiter) => limiter.configure_with(limits).await?,
}
if limitador::limit::check_deprecated_syntax_usages_and_reset() {
error!("You are using deprecated syntax for your conditions! See the migration guide https://kuadrant.io/docs/limitador/migrations/conditions.html")
error!("You are using deprecated syntax for your conditions! See the migration guide https://docs.kuadrant.io/limitador/doc/migrations/conditions/")
}
Ok(())
}
Expand Down

0 comments on commit 85a627b

Please sign in to comment.