Browse Source

[md]更新文档,修正简体中文和英文README中的链接至主分支,确保指向正确的STDF文档站点。

dufu1991 1 năm trước cách đây
mục cha
commit
9774104e5d

+ 2 - 2
packages/rollup-plugin-md-ts/README.md

@@ -1,4 +1,4 @@
-[简体中文](https://github.com/any-tdf/stdf/blob/next/packages/rollup-plugin-md-ts/README_CN.md)
+[简体中文](https://github.com/any-tdf/stdf/blob/main/packages/rollup-plugin-md-ts/README_CN.md)
 
 ## Introduction
 
@@ -6,7 +6,7 @@ This is a Rollup/Vite plugin that converts Markdown files to HTML strings, based
 
 The implementation idea is based on [rollup-plugin-md](https://github.com/xiaofuzi/rollup-plugin-md), adding TypeScript and compatible with Vite's plugin type.
 
-The STDF new site <https://next.stdf.design> uses this plugin.
+The STDF doc site <https://stdf.design> uses this plugin.
 
 ## Parameters
 

+ 2 - 2
packages/rollup-plugin-md-ts/README_CN.md

@@ -1,4 +1,4 @@
-[English](https://github.com/any-tdf/stdf/blob/next/packages/rollup-plugin-md-ts/README.md)
+[English](https://github.com/any-tdf/stdf/blob/main/packages/rollup-plugin-md-ts/README.md)
 
 ## 介绍
 
@@ -6,7 +6,7 @@
 
 实现思路参考 [rollup-plugin-md](https://github.com/xiaofuzi/rollup-plugin-md) ,增加了 TypeScript 并兼容 Vite 的插件类型。
 
-STDF 新站点 <https://next.stdf.design> 使用了此插件。
+STDF 文档站点 <https://stdf.design> 使用了此插件。
 
 ## 参数