Skip to content

Conversation

@ceremcem
Copy link

@ceremcem ceremcem commented Mar 7, 2018

Fixes ractivejs/ractivejs.github.io#138

Note: Not tested. I simply run the following commands in the repo:

find . -type f -exec sed -i 's/ractivejs\.org/ractive\.js\.org/g' {} +
find . -type f -exec sed -i 's/docs\.ractive\.js\.org/v0\.x/g' {} +

..then created the PR.

@fskreuz
Copy link
Contributor

fskreuz commented Mar 7, 2018

This looks good. Just no guarantees that the old links have counterparts in the new since things have moved around.

@ceremcem
Copy link
Author

ceremcem commented Mar 7, 2018

That's one of the possible scenarios where hash routing rocks ❤️

@ceremcem
Copy link
Author

ceremcem commented Mar 11, 2018

Fixed some links that I broke with the previous commits and just redirected all documentation related addresses to current support page by:

find . -type f -exec sed -i 's/https:\/\/v0.x.*/https:\/\/ractive\.js\.org\/support/g' {} +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants