diff --git a/README.md b/README.md index b603ba72..17be1f8f 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ While you can use mysql via ODBC, you should see better performance when using a **How do I ...?** See [Samples][]. **Hello ...?** See [Samples][]. - **Download:** - **Docs:** + **Download:** + **Docs:** **Issues:** **Repository:** @@ -254,7 +254,7 @@ There are more sample programs: ## More Samples Sample programs are in ./samples. -* [a_hello](http://github.com/Eonblast/Emysql/blob/master/samples/a_hello.erl) - Hello World +* [a_hello](https://github.com/Eonblast/Emysql/blob/master/samples/a_hello.erl) - Hello World * [b_raw](http://github.com/Eonblast/Emysql/blob/master/samples/b_raw.erl) - Hello World, raw output * [c\_rows\_as\_records](http://github.com/Eonblast/Emysql/blob/master/samples/c_rows_as_records.erl) - Using Erlang records to access result rows * [d\_prepared\_statement](http://github.com/Eonblast/Emysql/blob/master/samples/d_prepared_statement.erl) - Using prepared statements @@ -478,8 +478,8 @@ Fredrik, Nick and Jacob helped shedding light on the matter. Thank you very much ### Links and References -[1]: http://github.com/JacobVorreuter/emysql "emysql" -[2]: http://github.com/dizzyd/erlang-mysql-driver "erlang-mysql-driver" +[1]: https://github.com/jkvor/emysql "emysql" +[2]: https://github.com/dizzyd/erlang-mysql-driver "erlang-mysql-driver" [3]: http://www.kth.se/ "Royal Institute of Technology" [4]: https://github.com/fredrikt/yxa/tree/master/src/mysql "Yxa mysql driver" [5]: http://www.stacken.kth.se/project/yxa/index.html "Yxa Home" @@ -487,7 +487,7 @@ Fredrik, Nick and Jacob helped shedding light on the matter. Thank you very much [7]: http://svn.process-one.net/ejabberd-modules/mysql/trunk/ "ejabberd mysql driver" [8]: https://support.process-one.net "Process One Home" -[9]: http://www.process-one.net/en/ejabberd/ "ejabberd Home" +[9]: https://www.process-one.net/en/ejabberd/ "ejabberd Home" [10]: https://github.com/processone/ejabberd/ "ejabberd repository at github" [11]: https://support.process-one.net/doc/display/CONTRIBS/Yxa "ejabberd MySQL 4.1. patch" @@ -501,9 +501,9 @@ Fredrik, Nick and Jacob helped shedding light on the matter. Thank you very much "Dave Smith's erlang-mysql-driver at github, currently not maintained" [16]: https://github.com/dizzyd/erlang-mysql-driver/network "Fork graph of erlang-mysql-driver at github" -[17]: http://www.stacken.kth.se/projekt/yxa/mysql-0.1.tar.gz +[17]: http://www.stacken.kth.se/project/yxa/mysql-0.1.tar.gz "Earliest Yxa mysql driver" -[18]: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol +[18]: http://www.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol/ "MySQL protocol" [19]: http://www.su.se/english/ "Stockholm University"