소스 검색

docs: links to stable docs (instead of latest)

Mikael Koli 3 년 전
부모
커밋
3f1aef1a59
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 14 14
      README.md

+ 14 - 14
README.md

@@ -7,7 +7,7 @@
 [![Pypi version](https://badgen.net/pypi/v/redmail)](https://pypi.org/project/redmail/)
 [![build](https://github.com/Miksus/red-mail/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/Miksus/red-mail/actions/workflows/main.yml)
 [![codecov](https://codecov.io/gh/Miksus/red-mail/branch/master/graph/badge.svg?token=IMR1CQT9PY)](https://codecov.io/gh/Miksus/red-mail)
-[![Documentation Status](https://readthedocs.org/projects/red-mail/badge/?version=latest)](https://red-mail.readthedocs.io/en/latest/)
+[![Documentation Status](https://readthedocs.org/projects/red-mail/badge/?version=latest)](https://red-mail.readthedocs.io)
 [![PyPI pyversions](https://badgen.net/pypi/python/redmail)](https://pypi.org/project/redmail/)
 
 
@@ -15,14 +15,14 @@
 Red Mail is an advanced email sender library. It makes sending emails trivial and 
 has a lot of advanced features such as:
 
-- [Attachments](https://red-mail.readthedocs.io/en/latest/tutorials/attachments.html)
-- [Templating (with Jinja)](https://red-mail.readthedocs.io/en/latest/tutorials/jinja_support.html)
-- [Embedded images](https://red-mail.readthedocs.io/en/latest/tutorials/body_content.html#embedded-images)
-- [Prettified tables](https://red-mail.readthedocs.io/en/latest/tutorials/body_content.html#embedded-tables)
-- [Send as cc or bcc](https://red-mail.readthedocs.io/en/latest/tutorials/sending.html#sending-email-with-cc-and-bcc)
-- [Gmail preconfigured](https://red-mail.readthedocs.io/en/latest/tutorials/config.html#gmail)
+- [Attachments](https://red-mail.readthedocs.io/en/stable/tutorials/attachments.html)
+- [Templating (with Jinja)](https://red-mail.readthedocs.io/en/stable/tutorials/jinja_support.html)
+- [Embedded images](https://red-mail.readthedocs.io/en/stable/tutorials/body_content.html#embedded-images)
+- [Prettified tables](https://red-mail.readthedocs.io/en/stable/tutorials/body_content.html#embedded-tables)
+- [Send as cc or bcc](https://red-mail.readthedocs.io/en/stable/tutorials/sending.html#sending-email-with-cc-and-bcc)
+- [Gmail preconfigured](https://red-mail.readthedocs.io/en/stable/tutorials/config.html#gmail)
 
-See more from the [documentations](https://red-mail.readthedocs.io/en/latest/)
+See more from the [documentations](https://red-mail.readthedocs.io)
 or see [release from PyPI](https://pypi.org/project/redmail/).
 
 Install it from PyPI:
@@ -74,13 +74,13 @@ email.send(
 ```
 
 More examples:
-- [simple example](https://red-mail.readthedocs.io/en/latest/tutorials/example.html#simple-example)
-- [email with attachments](https://red-mail.readthedocs.io/en/latest/tutorials/example.html#attachments)
-- [email with embedded images](https://red-mail.readthedocs.io/en/latest/tutorials/example.html#embedded-images)
-- [email with embedded plots](https://red-mail.readthedocs.io/en/latest/tutorials/example.html#embedded-plots)
-- [email with body parameters](https://red-mail.readthedocs.io/en/latest/tutorials/example.html#parametrization)
+- [simple example](https://red-mail.readthedocs.io/en/stable/tutorials/example.html#simple-example)
+- [email with attachments](https://red-mail.readthedocs.io/en/stable/tutorials/example.html#attachments)
+- [email with embedded images](https://red-mail.readthedocs.io/en/stable/tutorials/example.html#embedded-images)
+- [email with embedded plots](https://red-mail.readthedocs.io/en/stable/tutorials/example.html#embedded-plots)
+- [email with body parameters](https://red-mail.readthedocs.io/en/stable/tutorials/example.html#parametrization)
 
-See practical examples from the [cookbook](https://red-mail.readthedocs.io/en/latest/tutorials/cookbook.html).
+See practical examples from the [cookbook](https://red-mail.readthedocs.io/en/stable/tutorials/cookbook.html).
 
 ---