From e262c16734082bd03f919bb36ff698d911ced52c Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 28 Oct 2023 15:25:25 +0800 Subject: [PATCH] docs: fix doc error for smtp example --- website/docs/deployment/smtp.md | 4 ++-- .../docusaurus-plugin-content-docs/current/deployment/smtp.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/deployment/smtp.md b/website/docs/deployment/smtp.md index 0f0fc0d7..28d8edf4 100644 --- a/website/docs/deployment/smtp.md +++ b/website/docs/deployment/smtp.md @@ -41,5 +41,5 @@ If there are still problems after the verification is passed, you can use `tailc Because the services provided by different service providers are different, only some of the content can be cited here for demonstration. If you have other URIs that can be used as examples, please submit a PR to help us improve the documentation together: -- `smtps://:@smtp.exmail.qq.com/?pool=true` -- `smtps://:@smtp.163.com/?pool=true` +- `smtps://:@smtp.exmail.qq.com/?pool=true` +- `smtps://:@smtp.163.com/?pool=true` diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/smtp.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/smtp.md index 72a0a510..d26bcfe4 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/smtp.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/smtp.md @@ -40,5 +40,5 @@ Options: 因为不同的服务商提供的服务各有差异, 这里只能举出部分内容用于演示。如果你有其他的可以作为示例的 URI 欢迎提交 PR 来帮助我们一起完善文档: -- `smtps://:@smtp.exmail.qq.com/?pool=true` -- `smtps://:@smtp.163.com/?pool=true` +- `smtps://:@smtp.exmail.qq.com/?pool=true` +- `smtps://:@smtp.163.com/?pool=true`