]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update playground url
authorEvan You <yyx990803@gmail.com>
Thu, 6 Apr 2023 04:42:07 +0000 (12:42 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 6 Apr 2023 04:42:07 +0000 (12:42 +0800)
.github/ISSUE_TEMPLATE/bug_report.yml
.github/bug-repro-guidelines.md
.github/contributing.md
packages/sfc-playground/README.md

index 11853cec30c1aa980d81672d292d8bf0e5907f47..95e0ca79c077abdb8f00e940c55c6c478240b395 100644 (file)
@@ -28,7 +28,7 @@ body:
     attributes:
       label: Link to minimal reproduction
       description: |
-        The easiest way to provide a reproduction is by showing the bug in [The SFC Playground](https://sfc.vuejs.org/).
+        The easiest way to provide a reproduction is by showing the bug in [The SFC Playground](https://play.vuejs.org/).
         If it cannot be reproduced in the playground and requires a proper build setup, try [StackBlitz](https://vite.new/vue).
         If neither of these are suitable, you can always provide a GitHub repository.
 
index 19e9a7e2f263f21e002eb5a242bef5ca351430d9..90458b30741022f0178969010e22d7512f864b15 100644 (file)
@@ -22,7 +22,7 @@ A minimal reproduction means it demonstrates the bug, and the bug only. It shoul
 
 ### How to create a repro
 
-For Vue 3 core reproductions, try reproducing it in [The SFC Playground](https://sfc.vuejs.org/).
+For Vue 3 core reproductions, try reproducing it in [The SFC Playground](https://play.vuejs.org/).
 
 If it cannot be reproduced in the playground and requires a proper build setup, try [StackBlitz](https://vite.new/vue).
 
index bb2a916c76a75cad21c0297ef0b2d7bc580116ef..c535aa7f4e6688974859a3085f17c260ac863cb1 100644 (file)
@@ -244,7 +244,7 @@ This repository employs a [monorepo](https://en.wikipedia.org/wiki/Monorepo) set
 
   - `dts-test`: Contains type-only tests against generated dts files.
 
-  - `sfc-playground`: The playground continuously deployed at https://sfc.vuejs.org. To run the playground locally, use [`nr dev-sfc`](#nr-dev-sfc).
+  - `sfc-playground`: The playground continuously deployed at https://play.vuejs.org. To run the playground locally, use [`nr dev-sfc`](#nr-dev-sfc).
 
   - `template-explorer`: A development tool for debugging compiler output, continuously deployed at https://template-explorer.vuejs.org/. To run it locally, run [`nr dev-compiler`](#nr-dev-compiler).
 
index df14d84223340feaeb8b625c59feafe1e3d830e9..8abaa81bd2a4f029b149c0818262e695eec71010 100644 (file)
@@ -1,6 +1,6 @@
 # SFC Playground
 
-This is continuously deployed at [https://sfc.vuejs.org](https://sfc.vuejs.org).
+This is continuously deployed at [https://play.vuejs.org](https://play.vuejs.org).
 
 ## Run Locally in Dev