diff --git a/README.md b/README.md index 68e35a8..535d6b8 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ doc.to_pdf('test.pdf') ## Example outputs The following documents are generated by tests/test_rendering_example_doc.py: -- HTML: [test_html_render.html](tests/out/test_html_render.html) -- PDF: [test_latex_render.pdf](tests/out/test_latex_render.pdf) +- HTML: [test_html_render.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render.html) +- PDF: [test_latex_render.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render.pdf) ## Contributing Contributions are welcome, please open an issue or submit a pull request on GitHub.