Page MenuHome
Paste P2645

Masterwork From Distant Lands
ActivePublic

Authored by Dalai Felinto (dfelinto) on Dec 3 2021, 3:59 PM.
commit 073de85c3f4afacb64ab1adff4251fe3b499f500
Author: Dalai Felinto <dalai@blender.org>
Date: Fri Dec 3 15:58:15 2021 +0100
b.org: Use bundles directory instead of asset-bundle
The URL that will be used for the 3.0 bundles changed.
diff --git a/themes/bthree/functions.php b/themes/bthree/functions.php
index 7abda7b..1064d81 100755
--- a/themes/bthree/functions.php
+++ b/themes/bthree/functions.php
@@ -289,7 +289,7 @@ add_action('init', 'blender_download_mirror');
function blender_download_mirror() {
// Optionally use ^download/Blender\d\.\d+\S*/blender?
add_rewrite_rule('^download/release/Blender?', 'index.php?pagename=thanks', 'top');
- add_rewrite_rule('^download/demo/asset-bundle/asset-bundle?', 'index.php?pagename=thanks', 'top');
+ add_rewrite_rule('^download/demo/bundles/bundles?', 'index.php?pagename=thanks', 'top');
}

Event Timeline

Dalai Felinto (dfelinto) changed the title of this paste from untitled to Masterwork From Distant Lands.