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:
parent
62acf218f7
commit
9b6ccc9ddf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user