Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** <https://github.com/Eonblast/Emysql/archives/master>
**Docs:** <http://eonblast.github.com/Emysql/>
**Download:** <https://github.com/Eonblast/Emysql/downloads>
**Docs:** <http://eonblast.github.io/Emysql/>
**Issues:** <https://github.com/Eonblast/Emysql/issues>
**Repository:** <https://github.com/Eonblast/Emysql>

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -478,16 +478,16 @@ 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"
[6]: https://github.com/fredrikt/yxa "Yxa repository at github"
[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"
Expand All @@ -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"
Expand Down