diff options
Diffstat (limited to 'website/templates/features')
-rw-r--r-- | website/templates/features/experimental/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index 65cefd4c..11d48485 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -73,10 +73,10 @@ <div class="row"> <h3 class="text-center">Putting the "Ex" in "Experimental": promoted or deleted experimental features.</h3> <div class="row"> - <@main.feature title="@Value: promoted" href="../Value"> + <@main.feature title="@Value: promoted" href="/features/Value"> <code>@Value</code> has proven its value and has been moved to the main package. </@main.feature> - <@main.feature title="@Builder: promoted" href="../Builder"> + <@main.feature title="@Builder: promoted" href="/features/Builder"> <code>@Builder</code> is a solid base to build APIs on, and has been moved to the main package. </@main.feature> </div> |