Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Nov 28, 2023
2 parents a4f8989 + ae1b35c commit 0be1bad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteRule ^docs\/*$ docs/user-guide-introduction/ [L] # forward base path of docs to introduction page
RewriteRule "/docs/0.92.0/concepts-overview/06_extend-tutorial-adapters.md/" "docs/0.92.0/extend-tutorial-data-sources/" # forward wrong link definition to correct target
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

0 comments on commit 0be1bad

Please sign in to comment.