Skip to content

Commit

Permalink
Merge pull request #1277 from biocompute-objects/master
Browse files Browse the repository at this point in the history
Update .htaccess
  • Loading branch information
davidlehn committed Mar 14, 2019
2 parents cfebe6f + 1225882 commit 19f2ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biocompute/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RewriteRule ^spec/v1.2$ https://github.com/biocompute-objects/BCO_Specification/
RewriteRule ^(\d+.\d+.\d+)/examples/(.*)$ https://github.com/biocompute-objects/BCO_Specification/tree/$1/examples [R=302,L]

# Any example on the current branch
RewriteRule ^/examples/(.*)$ https://github.com/biocompute-objects/BCO_Specification/examples/blob/master/$1 [R=302,L]
RewriteRule ^/examples/(.*)$ https://github.com/biocompute-objects/examples/blob/master/$1 [R=302,L]

0 comments on commit 19f2ed9

Please sign in to comment.