From 9106e3646cb49bdb3d285e563b687856171fecf1 Mon Sep 17 00:00:00 2001
From: Capostrophic
Date: Wed, 22 Apr 2020 01:39:51 +0300
Subject: [PATCH] Fix outdated bug tracker links
---
CONTRIBUTING.md | 2 +-
apps/wizard/conclusionpage.cpp | 2 +-
components/crashcatcher/crashcatcher.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 73ec986b5..264db49cc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ Pull Request Guidelines
To facilitate the review process, your pull request description should include the following, if applicable:
-* A link back to the bug report or forum discussion that prompted the change. Note: when linking bugs, use the syntax ```[Bug #xyz](https://bugs.openmw.org/issues/#xyz)``` to create a clickable link. Writing only 'Bug #xyz' will unfortunately create a link to the Github pull request with that number instead.
+* A link back to the bug report or forum discussion that prompted the change. Note: when linking bugs, use the syntax ```[Bug #xyz](https://gitlab.com/OpenMW/openmw/issues/#xyz)``` to create a clickable link. Writing only 'Bug #xyz' will unfortunately create a link to the Github pull request with that number instead.
* Summary of the changes made
* Reasoning / motivation behind the change
* What testing you have carried out to verify the change
diff --git a/apps/wizard/conclusionpage.cpp b/apps/wizard/conclusionpage.cpp
index f6a6015b8..b1341374d 100644
--- a/apps/wizard/conclusionpage.cpp
+++ b/apps/wizard/conclusionpage.cpp
@@ -44,7 +44,7 @@ void Wizard::ConclusionPage::initializePage()
} else {
textLabel->setText(tr("
The OpenMW Wizard failed to install Morrowind on your computer.
\
Please report any bugs you might have encountered to our \
- bug tracker.
Make sure to include the installation log.
"));
+ bug tracker.
Make sure to include the installation log.