Skip to content

Commit

Permalink
Update URI for STN ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiciortea committed Oct 24, 2019
1 parent ccbbf50 commit e0c22cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stn/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Header set Access-Control-Allow-Origin *
Options +FollowSymLinks
RewriteEngine on

RewriteRule ^/?$ http://ci.emse.fr/stn/ [R=302,L]
RewriteRule ^(.+)$ http://ci.emse.fr/stn/$1 [R=302,L]
RewriteRule ^/?$ https://ci.mines-stetienne.fr/stn/ [R=302,L]
RewriteRule ^(.+)$ https://ci.mines-stetienne.fr/stn/$1 [R=302,L]
2 changes: 1 addition & 1 deletion stn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ontology used to describe socio-technical networks.
===

Homepage:
* https://w3id.org/stn --> http://ci.emse.fr/stn/
* https://w3id.org/stn --> https://ci.mines-stetienne.fr/stn/

Source:
* https://github.com/andreiciortea/stn-website
Expand Down

0 comments on commit e0c22cd

Please sign in to comment.