From: vaakian X Date: Fri, 27 Jan 2023 23:00:04 +0000 (+0800) Subject: chore: fix broken link (#7589) X-Git-Tag: v3.2.46~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261fc12443fbac9045592885a02e41e45f98ddd6;p=thirdparty%2Fvuejs%2Fcore.git chore: fix broken link (#7589) closes https://github.com/vuejs/core/issues/7588 --- diff --git a/.github/contributing.md b/.github/contributing.md index f7b20da269..0b386b84af 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -109,7 +109,7 @@ Additional formats that only apply to the main `vue` package: - **`esm-bundler-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: