diff --git a/.gitignore b/.gitignore index 312314c..096ab6a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,5 @@ go.work .DS_Store # the produced binary -./vitess-tester -errors/ \ No newline at end of file +errors/ +vitess-tester \ No newline at end of file diff --git a/README.md b/README.md index c177e80..28069d5 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,4 @@ Vitess Tester is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file ## Acknowledgements -Vitess Tester was started as a fork from `pingcap/mysql-tester`. We would like to thank the original authors for their work. +Vitess Tester was started as a fork from [pingcap/mysql-tester](https://github.com/pingcap/mysql-tester). We would like to thank the original authors for their work.