Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6d0b4913e67
Choose a base ref
...
head repository: haiku/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 987685ac1469
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 10, 2021

  1. Update the BeBook redirect (#532)

    * Update the BeBook redirect
    
    Attempting to access the BeBook, receiving ERR_TOO_MANY_REDIRECTS, so instead redirect to the index.html page directly.
    
    According to https://docs.netlify.com/routing/redirects/redirect-options/,  "You cannot use a redirect rule to add or remove a trailing slash."
    
    ```
      # This rule will cause an infinite redirect
      # because the paths are effectively the same
      /blog/remove-my-slashes/   /blog/remove-my-slashes  301!
    ```
    jessicah authored Jul 10, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    987685a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 static/_redirects
4 changes: 2 additions & 2 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -22,5 +22,5 @@
http://haiku.netlify.com/* https://www.haiku-os.org/:splat 301!
https://haiku.netlify.com/* https://www.haiku-os.org/:splat 301!

# Various brokenness
/legacy-docs/bebook /legacy-docs/bebook/ 301!
# BeBook Redirect
/legacy-docs/bebook /legacy-docs/bebook/index.html 301!