]> source.dussan.org Git - sonarqube.git/commitdiff
Fix syntax error in documentation page
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 8 Jan 2019 12:33:20 +0000 (13:33 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 16 Jan 2019 08:42:57 +0000 (09:42 +0100)
server/sonar-docs/src/pages/analysis/overview.md

index 6535e80bc2d3e163df492d0e381d9508d6f55f34..ed7f6afb464a3c43c9037e85916ee366b238e109 100644 (file)
@@ -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/).
-<!-- /sonarqube>
+<!-- /sonarqube -->
 
 ## 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.