Skip to content

Commit

Permalink
Merge pull request perma-id#1527 from andreiciortea/master
Browse files Browse the repository at this point in the history
Update URI for STN ontology
  • Loading branch information
davidlehn authored Oct 24, 2019
2 parents ccbbf50 + e0c22cd commit f515011
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 f515011

Please sign in to comment.