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

Move OpenChain and add redirect

parent d0081f75
No related branches found
No related tags found
1 merge request!51Move OpenChain and add redirect
......@@ -80,6 +80,9 @@ server {
rewrite /contribute/cla https://accounts.eclipse.org/user/eca redirect;
rewrite /contribute/cla/index.php https://accounts.eclipse.org/user/eca redirect;
# www.eclipse.org/openchain
rewrite /projects/openchain /openchain redirect;
root /usr/share/nginx/html/;
index index.html index.htm;
}
......
......@@ -52,7 +52,7 @@ page_css_file: "/public/css/projects-openchain.css"
</div>
</div>
<div class="col-sm-18 what-makes-us-text">
<p>Our well-defined <a href="https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf">Intellectual Property Policy</a>&semi;</p>
<p>Our well-defined <a href="/org/documents/Eclipse_IP_Policy.pdf">Intellectual Property Policy</a>&semi;</p>
</div>
</div>
</div>
......@@ -64,7 +64,7 @@ page_css_file: "/public/css/projects-openchain.css"
</div>
</div>
<div class="col-sm-18 what-makes-us-text">
<p>Our well-defined intellectual property <a href="https://www.eclipse.org/projects/handbook/#ip">due diligence process</a>&semi;</p>
<p>Our well-defined intellectual property <a href="/projects/handbook/#ip">due diligence process</a>&semi;</p>
</div>
</div>
</div>
......@@ -137,7 +137,7 @@ OpenChain conformance is just one more way the Eclipse Foundation is helping dri
Learn More and Get Involved
* Review the [Eclipse Foundation Development Process](https://www.eclipse.org/projects/dev_process/)
* Review the [Eclipse Foundation Development Process](/projects/dev_process/)
* Get the [ISO/IEC 5230:2020 OpenChain Specification](https://www.iso.org/standard/81039.html)
* Read more about the [OpenChain Project and community](https://www.openchainproject.org/)
......
......@@ -153,7 +153,7 @@
//Custom jumbotron
.header-rings-bg-img {
background-image: url("../../../content/projects/openchain/images/banner-rings.jpg");
background-image: url("../../../content/openchain/images/banner-rings.jpg");
}
.header-no-split {
......
......@@ -21,7 +21,7 @@ mix.setResourceRoot('../');
mix.less('./less/styles.less', 'static/public/css/styles.css');
mix.less('./less/page_css_file/collaborations/styles.less', 'static/public/css/collaborations-styles.css');
mix.less('./less/page_css_file/projects/openchain.less', 'static/public/css/projects-openchain.css');
mix.less('./less/page_css_file/openchain/styles.less', 'static/public/css/projects-openchain.css');
mix.less('./less/page_css_file/europe/styles.less', 'static/public/css/europe-styles.css');
mix.less('./less/page_css_file/research/styles.less', 'static/public/css/research-styles.css');
......
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