Skip to content
Snippets Groups Projects
Commit b04b8649 authored by Olivier Goulet's avatar Olivier Goulet Committed by Christopher Guindon
Browse files

Redirect getting-started page

parent 253c7f49
No related branches found
No related tags found
1 merge request!73Redirect getting-started page
...@@ -79,6 +79,10 @@ server { ...@@ -79,6 +79,10 @@ server {
rewrite /contribute/dev_program/faq.php /contribute/dev-program/faq redirect; rewrite /contribute/dev_program/faq.php /contribute/dev-program/faq redirect;
rewrite /contribute/cla https://accounts.eclipse.org/user/eca redirect; rewrite /contribute/cla https://accounts.eclipse.org/user/eca redirect;
rewrite /contribute/cla/index.php https://accounts.eclipse.org/user/eca redirect; rewrite /contribute/cla/index.php https://accounts.eclipse.org/user/eca redirect;
# www.eclipseide.org/getting-started
# www.eclipse.org/getting-started
rewrite /getting-started https://eclipseide.org/getting-started redirect;
# www.eclipse.org/openchain # www.eclipse.org/openchain
rewrite /projects/openchain /openchain redirect; rewrite /projects/openchain /openchain redirect;
...@@ -95,4 +99,4 @@ server { ...@@ -95,4 +99,4 @@ server {
# deny access to .htaccess files, if Apache's document root # deny access to .htaccess files, if Apache's document root
# concurs with nginx's one # concurs with nginx's one
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment