Skip to content

Commit dbffa5f

Browse files
authored
remove kramdown syntax from links (#222)
1 parent b8a715f commit dbffa5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ functionalities.
1414

1515
The following HTTP libraries can be applied.
1616

17-
- [ibrowse](https://github.com/cmullaparthi/ibrowse){:target="_blank" rel="noopener"}-based libraries.
18-
- [HTTPotion](https://github.com/myfreeweb/httpotion){:target="_blank" rel="noopener"}
19-
- [hackney](https://github.com/benoitc/hackney){:target="_blank" rel="noopener"}-based libraries.
20-
- [HTTPoison](https://github.com/edgurgel/httpoison){:target="_blank" rel="noopener"}
17+
- [ibrowse](https://github.com/cmullaparthi/ibrowse)-based libraries.
18+
- [HTTPotion](https://github.com/myfreeweb/httpotion)
19+
- [hackney](https://github.com/benoitc/hackney)-based libraries.
20+
- [HTTPoison](https://github.com/edgurgel/httpoison)
2121
- support is very limited, and tested only with sync request of HTTPoison yet.
22-
- [httpc](http://erlang.org/doc/man/httpc.html){:target="_blank" rel="noopener"}-based libraries.
23-
- [erlang-oauth](https://github.com/tim/erlang-oauth/){:target="_blank" rel="noopener"}
24-
- [tirexs](https://github.com/Zatvobor/tirexs){:target="_blank" rel="noopener"}
22+
- [httpc](http://erlang.org/doc/man/httpc.html)-based libraries.
23+
- [erlang-oauth](https://github.com/tim/erlang-oauth/)
24+
- [tirexs](https://github.com/Zatvobor/tirexs)
2525
- support is very limited, and tested only with `:httpc.request/1` and `:httpc.request/4`.
26-
- [Finch](https://github.com/keathley/finch){:target="_blank" rel="noopener"}
26+
- [Finch](https://github.com/keathley/finch)
2727
- the deprecated `Finch.request/6` functions is not supported
2828

2929
HTTP interactions are recorded as JSON file. The JSON file can be recorded

0 commit comments

Comments
 (0)