mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
19 lines
503 B
XML
19 lines
503 B
XML
<RoutingRules>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>whitepaper/bigchaindb-whitepaper.pdf</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<ReplaceKeyPrefixWith>whitepaper/</ReplaceKeyPrefixWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>whitepaper/bigchaindb-primer.pdf</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<ReplaceKeyPrefixWith>whitepaper/</ReplaceKeyPrefixWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
</RoutingRules>
|