diff --git a/docs/code-howtos/tools.md b/docs/code-howtos/tools.md index a21bf399add..d7d347a238d 100644 --- a/docs/code-howtos/tools.md +++ b/docs/code-howtos/tools.md @@ -10,7 +10,7 @@ This page lists some software we consider useful. * [Refined GitHub](https://github.com/sindresorhus/refined-github) - GitHub on steroids * [GitHub Issue Link Status](https://github.com/fregante/github-issue-link-status) - proper coloring of linked issues and PRs. * [Codecov Browser Extension](https://github.com/codecov/browser-extension) - displaying code coverage directly when browsing GitHub -* [Sourcegraph Browser Extension](https://docs.sourcegraph.com/integration/browser\_extension) - Navigate through source on GitHub +* [Sourcegraph Browser Extension](https://sourcegraph.com/docs/integration/browser_extension) - Navigate through source on GitHub ## git hints diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/guidelines-intellij-run-single-test.png b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/guidelines-intellij-run-single-test.png index 4397e3d8ba7..8f486804f88 100644 Binary files a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/guidelines-intellij-run-single-test.png and b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/guidelines-intellij-run-single-test.png differ diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md index 662c06c5723..abdfc9d4f77 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md @@ -158,7 +158,7 @@ Now, `BibEntryTest` should appear first: Press Enter to jump to that class. -Hover on the green play button on `testDefaultConstructor`: +Hover on the green play button on `defaultConstructor`: {% figure caption:"However on green play button" %} ![However on green play button](guidelines-intellij-run-single-test.png)