Skip to content

Conversation

@kaizhu256
Copy link
Member

@kaizhu256 kaizhu256 commented Sep 4, 2020

by running shell-command:

$ git grep "github.com/kripken/sql.js" | sed -e "s/:.*//" | sort -u | xargs sed -i "s|github.com/kripken/sql.js|github.com/sql-js/sql.js|g"

also verified the following replaced http-links are valid:

https://github.com/sql-js/sql.js/issues/173
https://github.com/sql-js/sql.js/issues/262
https://github.com/sql-js/sql.js
https://github.com/sql-js/sql.js/issues/306

this is primarily intended to prevent users from forking the obsolete kripken-stub in the online-demo:
image

….js" with "github.com/sql-js/sql.js" by running shell-command:

$ git grep "github.com/kripken/sql.js" | sed -e "s/:.*//" | sort -u | xargs sed -i "s|github.com/kripken/sql.js|github.com/sql-js/sql.js|g"
@lovasoa
Copy link
Member

lovasoa commented Sep 4, 2020

thanks

@lovasoa lovasoa merged commit 592d529 into sql-js:master Sep 4, 2020
@kaizhu256
Copy link
Member Author

can this patch be applied to gh-pages branch? the fork-link still points incorrectly to the kripken stub.

image

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