We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20ba5c commit 47896ccCopy full SHA for 47896cc
src/Steeltoe.io/Program.cs
@@ -23,6 +23,7 @@
23
}
24
25
var rewriteOptions = new RewriteOptions()
26
+ .AddRedirect("^docs/v3/obsolete", "docs/v4/welcome/whats-new.html", 301)
27
.AddRedirect("^circuit-breakers.*", "attic", 301)
28
.AddRedirect("^steeltoe-circuitbreaker", "attic", 301)
29
.AddRedirect("^event-driven", "attic", 301)
0 commit comments