瀏覽代碼

chore: fix broken link (#7589)

closes https://github.com/vuejs/core/issues/7588
vaakian X 3 年之前
父節點
當前提交
261fc12443
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/contributing.md

+ 1 - 1
.github/contributing.md

@@ -109,7 +109,7 @@ Additional formats that only apply to the main `vue` package:
 - **`esm-bundler-runtime`**
 - **`esm-bundler-runtime`**
 - **`esm-browser-runtime`**
 - **`esm-browser-runtime`**
 
 
-More details about each of these formats can be found in the [`vue` package README](https://github.com/vuejs/core/blob/main/packages/vue/README.md#which-dist-file-to-use) and the [Rollup config file](https://github.com/vuejs/core/blob/main/rollup.config.js).
+More details about each of these formats can be found in the [`vue` package README](https://github.com/vuejs/core/blob/main/packages/vue/README.md#which-dist-file-to-use) and the [Rollup config file](https://github.com/vuejs/core/blob/main/rollup.config.mjs).
 
 
 For example, to build `runtime-core` with the global build only:
 For example, to build `runtime-core` with the global build only: