Skip to content

Commit

Permalink
Fix documentation issues: Sourcegraph URL and method name (JabRef#10898)
Browse files Browse the repository at this point in the history
* Fix Sourcegraph link

* Update method name in docs
  • Loading branch information
LoayGhreeb authored Feb 20, 2024
1 parent 84f15fd commit 118f176
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/code-howtos/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Now, `BibEntryTest` should appear first:

Press <kbd>Enter</kbd> 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)
Expand Down

0 comments on commit 118f176

Please sign in to comment.