Skip to content

Commit

Permalink
Fix typos, update links
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed Nov 18, 2022
1 parent 3ed0893 commit 75de5b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Also the project is a good example for efficient abstraction of logical decision

## Use this library

First of all, **clone** the library: `git clone https://github.com/software-made-easy/html2md`.
First of all, **clone** the library: `git clone https://github.com/tim-gromeyer/html2md`.

Then **add the files** `include/html2md.h` and `src/html2md.cpp` **to your build**.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Also the project is a good example for efficient abstraction of logical decision

## Use this library

First of all, **clone** the library: `git clone https://github.com/software-made-easy/html2md`.
First of all, **clone** the library: `git clone https://github.com/tim-gromeyer/html2md`.

Then **add the files** `include/html2md.h` and `src/html2md.cpp` **to your build**.

Expand Down
5 changes: 3 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Well, the program searches(in this dir) for files ending with `.md`.

1. It then converts the Markdown to HTML using [md4c](https://github.com/software-made-easy/MarkdownEdit_md4c).
1. It then converts the Markdown to HTML using [md4c](https://github.com/tim-gromeyer/MarkdownEdit_md4c).
2. Afterwards it converts the HTML back to Markdown.
3. The generated Markdown gets converted HTML
3. The generated Markdown gets converted back to HTML
4. It compares the HTML generated from the original Markdown<br>and the HTML generated from the converted Markdown.

0 comments on commit 75de5b3

Please sign in to comment.