Skip to content

Commit 031e539

Browse files
authored
Fix vagrant url (#7349)
1 parent 50698fa commit 031e539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Refactor `FileViewer`, `TextViewer`, `BinaryViewer` and `ImageViewer` components (#7270)
1818
- Pin `mistune` Python dependency to preserve compatibility with `nbconvert` (#7371)
1919
- Cache playwright's chromium installation on GitHub Actions (#7372)
20+
- Fix broken link to the Vagrant installation guide in `README.md` (#7349)
2021

2122
## [v2.6.1]
2223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MarkUs is a Ruby on Rails and React web application for the submission and gradi
1818

1919
To install MarkUs for production, see the [Installation Guide](https://github.com/MarkUsProject/Wiki/blob/release/Installation.md) for details and step by step instructions.
2020

21-
To install MarkUs for development, see either of the [docker installation](https://github.com/MarkUsProject/Wiki/blob/master/Developer-Guide--Set-Up-With-Docker.md) or [vagrant installation](https://github.com/MarkUsProject/Wiki/blob/master/Developer-Guide--Set-Up-With-Vagrant) guides.
21+
To install MarkUs for development, see either of the [docker installation](https://github.com/MarkUsProject/Wiki/blob/master/Developer-Guide--Set-Up-With-Docker.md) or [vagrant installation](https://github.com/MarkUsProject/Wiki/blob/master/Developer-Guide--Set-Up-With-Vagrant.md) guides.
2222

2323
## 3. Who is Using MarkUs?
2424

0 commit comments

Comments
 (0)