Skip to content

Commit

Permalink
adding redirects for SHACL Shapes at /idsa/shacl/*
Browse files Browse the repository at this point in the history
  • Loading branch information
sbader committed Apr 9, 2020
1 parent 5033a2f commit 09ee8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion idsa/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RewriteRule ^contexts/([0-9][.][0-9][.][0-9])/context.jsonld$ https://jira.iais.

#
RewriteRule ^(core|code)/(.+) https://international-data-spaces-association.github.io/InformationModel/docs/index.html#/$2 [R=303,NE]
RewriteRule ^shacl/(.+) https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/develop/testing/$2 [R=303,NE]
RewriteRule ^shacl/(.+) https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/develop/testing/$1 [R=303,NE]

# IDS Messages Table
RewriteRule ^(ids-messages)?$ http://htmlpreview.github.io/?https://github.com/International-Data-Spaces-Association/InformationModel/blob/feature/message_taxonomy_description/model/communication/Message_Description.htm [R=303]
1 change: 1 addition & 0 deletions idsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Redirections:
* https://w3id.org/idsa/contexts/[a.b.c]/context.[jsonld|json] --> https://jira.iais.fraunhofer.de/stash/projects/ICTSL/repos/ids-infomodel-commons/raw/jsonld-context/[a.b.c]/context.jsonld
* https://w3id.org/idsa/contexts/context-dev.[jsonld|json] --> https://jira.iais.fraunhofer.de/stash/projects/ICTSL/repos/ids-infomodel-commons/raw/jsonld-context/3.1.0/context.jsonld
* https://w3id.org/idsa/ids-messages --> http://htmlpreview.github.io/?https://github.com/International-Data-Spaces-Association/InformationModel/blob/feature/message_taxonomy_description/model/communication/Message_Description.htm
* https://w3id.org/idsa/shacl/* --> https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/develop/testing/*

Support:
* [Information Model GitHub Repository](https://github.com/International-Data-Spaces-Association/InformationModel)
Expand Down

0 comments on commit 09ee8d2

Please sign in to comment.