Skip to content

Commit

Permalink
Merge pull request perma-id#3486 from pedropaulofb/master
Browse files Browse the repository at this point in the history
Update .htaccess
  • Loading branch information
dgarijo authored Jul 19, 2023
2 parents 0adb263 + 2787844 commit 71b80e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontouml/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RedirectMatch 302 ^/ontouml/json2graph/?$ https://github.com/OntoUML/ontouml-jso
RedirectMatch 302 ^/ontouml/graph2json/?$ https://github.com/OntoUML/ontouml-graph2json

# RESOURCES' VERSIONING
RedirectMatch 302 ^/ontouml/metadata/v(.+)$ https://github.com/OntoUML/ontouml-metadata/releases/tag/v$1
RedirectMatch 302 ^/ontouml/metamodel/v(.+)$ https://github.com/OntoUML/ontouml-metamodel/releases/tag/v$1
RedirectMatch 302 ^/ontouml/vocabulary/v(.+)$ https://github.com/OntoUML/ontouml-vocabulary/releases/tag/v$1
RedirectMatch 302 ^/ontouml/schema/v(.+)$ https://github.com/OntoUML/ontouml-schema/releases/tag/v$1

0 comments on commit 71b80e0

Please sign in to comment.