Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  UrlFormatter: Fix Javadoc of getSettingsUrl()
  Add a separator between blame and the edit icon
  Remove target=_self from commentlinks
  Update .mailmap
  Documentation: Replace plugins list with home page

Change-Id: If5203d07e84b152e660ae07d05d4bd3fb4543a11
This commit is contained in:
David Pursehouse
2020-03-01 15:36:15 +09:00
8 changed files with 68 additions and 659 deletions

View File

@@ -60,7 +60,7 @@ public interface UrlFormatter {
.map(url -> url + String.format("@%s%d", side == 0 ? "a" : "", startLine));
}
/** Returns a URL pointing to a section of the settings page. */
/** Returns a URL pointing to the settings page. */
default Optional<String> getSettingsUrl() {
return getWebUrl().map(url -> url + "settings");
}