1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-15 17:13:17 +02:00
site/_aws/routing-rules.xml

67 lines
1.8 KiB
XML
Raw Normal View History

2018-02-15 11:56:23 +01:00
<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>
2018-04-05 14:44:58 +02:00
<RoutingRule>
<Condition>
<KeyPrefixEquals>getstarted/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>developers/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guide/</KeyPrefixEquals>
</Condition>
<Redirect>
2018-04-06 11:21:08 +02:00
<ReplaceKeyPrefixWith>developers/guide/</ReplaceKeyPrefixWith>
2018-04-05 14:44:58 +02:00
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guides/</KeyPrefixEquals>
</Condition>
<Redirect>
2018-04-06 11:21:08 +02:00
<ReplaceKeyPrefixWith>developers/guides/</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>enterprise/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>services/</ReplaceKeyPrefixWith>
2018-04-05 14:44:58 +02:00
</Redirect>
</RoutingRule>
2018-02-15 11:56:23 +01:00
</RoutingRules>