aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-05-16 00:24:50 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:03:04 +0200
commit32d46a28e8d4c89e14a20b424a69bbf587140900 (patch)
tree21d77724b0947ea35f6c1e8c89cb9b084f40e454 /website/templates/features
parent496eccd1922c89fbc7e69e3a7e6e573ec85536ac (diff)
downloadlombok-32d46a28e8d4c89e14a20b424a69bbf587140900.tar.gz
lombok-32d46a28e8d4c89e14a20b424a69bbf587140900.tar.bz2
lombok-32d46a28e8d4c89e14a20b424a69bbf587140900.zip
video now has a poster.
Diffstat (limited to 'website/templates/features')
-rw-r--r--website/templates/features/experimental/index.html4
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>