1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-12 17:21:11 -04:00

[Fixed] Command Line docs redirection

This commit is contained in:
ryankert01 2022-09-07 19:15:28 +08:00
parent 62acf218f7
commit 9b6ccc9ddf

View File

@ -1,5 +1,10 @@
# Command Line
<script>
location.replace("https://github.com/catchorg/Catch2/blob/devel/docs-command-line/command-line.md")
</script>
export default {
mounted() {
window.location.replace("https://github.com/catchorg/Catch2/blob/devel/docs-command-line/command-line.md");
}
}
</script>