From 933f5b5f31726704a48ec64142c1d9b1ad786cff Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 8 Jan 2019 13:33:20 +0100 Subject: [PATCH] Fix syntax error in documentation page --- server/sonar-docs/src/pages/analysis/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/overview.md b/server/sonar-docs/src/pages/analysis/overview.md index 6535e80bc2d..ed7f6afb464 100644 --- a/server/sonar-docs/src/pages/analysis/overview.md +++ b/server/sonar-docs/src/pages/analysis/overview.md @@ -64,7 +64,7 @@ For example if your SonarQube instance had only SonarJava SonarJS on board, all ## What about branches and pull requests? _Developer Edition_ adds the ability to analyze your project's release / [long-lived branches](/branches/long-lived-branches/), feature / [short-lived branches](/branches/short-lived-branches/), and [pull requests](/analysis/pull-request/) as well as the ability to automatically decorate pull requests in some SCM interfaces. For more on branches see the [branches overview](/branches/overview/). - ## What happens during analysis? During analysis, data is requested from the server, the files provided to the analysis are analyzed, and the resulting data is sent back to the server at the end in the form of a report, which is then analyzed asynchronously server-side. -- 2.39.5