From 261fc12443fbac9045592885a02e41e45f98ddd6 Mon Sep 17 00:00:00 2001 From: vaakian X Date: Sat, 28 Jan 2023 07:00:04 +0800 Subject: [PATCH] chore: fix broken link (#7589) closes https://github.com/vuejs/core/issues/7588 --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index f7b20da26..0b386b84a 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: