Page Menu
Home
Search
Configure Global Search
Log In
Paste
P2645
Masterwork From Distant Lands
Active
Public
Actions
Authored by
Dalai Felinto (dfelinto)
on Dec 3 2021, 3:59 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
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)
edited the content of this paste.
(Show Details)
Dec 3 2021, 3:59 PM
Dalai Felinto (dfelinto)
changed the title of this paste from untitled to
Masterwork From Distant Lands
.
Log In to Comment