mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +01:00
27 lines
721 B
XML
27 lines
721 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>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>usecases/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<ReplaceKeyPrefixWith>features/#usecases</ReplaceKeyPrefixWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
</RoutingRules>
|