Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Fix redirects #958

Merged
merged 2 commits into from
Jan 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/appendices/colophon.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('tools')
website.redirect('tools')
[---] text/html
2 changes: 1 addition & 1 deletion www/appendices/finances.spt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nav_title = 'Finances'
src = "https://github.com/gratipay/finances#readme"
[---]
request.redirect(src) # GitHub sets `X-Frame-Options: deny` :-/
website.redirect(src) # GitHub sets `X-Frame-Options: deny` :-/
[---] text/html via jinja2
{% include "templates/iframed.html" %}
2 changes: 1 addition & 1 deletion www/big-picture/audience/index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('/big-picture/customers')
website.redirect('/big-picture/customers')
[---] text/html
2 changes: 1 addition & 1 deletion www/big-picture/brand/index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('../brand')
website.redirect('../brand')
[---] text/html via markdown
2 changes: 1 addition & 1 deletion www/big-picture/customers/index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('../customers')
website.redirect('../customers')
[---] text/html via markdown
2 changes: 1 addition & 1 deletion www/big-picture/fr_FR/index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('/big-picture/')
website.redirect('/big-picture/')
[---] text/html
2 changes: 1 addition & 1 deletion www/big-picture/fr_FR/welcome.spt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Pour rejoindre notre **équipe**, vous n'avez qu'à commencer à travailler ! No

**Quatrièmement…** nous rejoindre ! Notre canal de communication principal est Github, donc si vous n'avez pas de compte Github, [créez-en un](https://github.com/join?source=gratipay-onboarding). Puis [ouvrez un ticket](https://github.com/gratipay/inside.gratipay.com/issues/new) intitulé « onboard @me » (votre nom d'utilisateur Github), présentez-vous et dites-nous ce sur quoi vous souhaitez travailler. Ce ticket d'embarquement sera l'endroit où poser toutes vos questions au fur et à mesure que vous deviendrez un membre de l'équipe de Gratipay.

Après avoir créé votre ticket d'embarquement, quelqu'un de Gratipay vous répondra et vous serez fin prêt ! Bienvenue à bord ! :-)
Après avoir créé votre ticket d'embarquement, quelqu'un de Gratipay vous répondra et vous serez fin prêt ! Bienvenue à bord ! :-)
2 changes: 1 addition & 1 deletion www/big-picture/ia/index.spt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nav_title = "Information Architecture"
[---]
request.redirect('/big-picture/product')
website.redirect('/big-picture/product')
[---] text/plain
2 changes: 1 addition & 1 deletion www/big-picture/process.spt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav_title = 'Process'
nav_children = []
[---]
request.redirect('./welcome')
website.redirect('./welcome')
[---] text/html
2 changes: 1 addition & 1 deletion www/big-picture/product.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('roadmap')
website.redirect('roadmap')
[---] text/html
2 changes: 1 addition & 1 deletion www/big-picture/sa/index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('http://gratipay.readthedocs.io/')
website.redirect('http://gratipay.readthedocs.io/')
[---] text/html via markdown
2 changes: 1 addition & 1 deletion www/big-picture/src.spt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav_title = "Source Code"
nav_children = []
[---]
request.redirect('https://github.com/gratipay/')
website.redirect('https://github.com/gratipay/')
[---] text/html
2 changes: 1 addition & 1 deletion www/howto/review-teams.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('./review-projects')
website.redirect('./review-projects')
[---] text/html
2 changes: 1 addition & 1 deletion www/policies/%index.spt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[---]
request.redirect('/howto/' + path['index'])
website.redirect('/howto/' + path['index'])
[---] text/html