From 32d46a28e8d4c89e14a20b424a69bbf587140900 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 16 May 2017 00:24:50 +0200 Subject: video now has a poster. --- website/templates/features/experimental/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/templates/features/experimental') 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 @@

Putting the "Ex" in "Experimental": promoted or deleted experimental features.

- <@main.feature title="@Value: promoted" href="../Value"> + <@main.feature title="@Value: promoted" href="/features/Value"> @Value has proven its value and has been moved to the main package. - <@main.feature title="@Builder: promoted" href="../Builder"> + <@main.feature title="@Builder: promoted" href="/features/Builder"> @Builder is a solid base to build APIs on, and has been moved to the main package.
-- cgit