replace all obsolete occurrences of http-link "github.com/kripken/sql.js" with "github.com/sql-js/sql.js" by running shell-command: (#417)
$ 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"
K
kai zhu committed
592d529c60886aae44389c6b8e00347149083759
Parent: 20157a1
Committed by GitHub <noreply@github.com>
on 9/4/2020, 5:07:34 PM