Skip to content

Commit

Permalink
SI-9409 Scaladoc: remove link to nonexistent diagram doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jul 18, 2015
1 parent f2e055f commit ad50127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ class Template(universe: doc.Universe, generator: DiagramGenerator, tpl: DocTemp
if (diagramSvg != NodeSeq.Empty) {
<div class="toggleContainer block diagram-container" id={ id + "-container"}>
<span class="toggle diagram-link">{ description }</span>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#diagrams" target="_blank" class="diagram-help">Learn more about scaladoc diagrams</a>
<div class="diagram" id={ id }>{
diagramSvg
}</div>
Expand Down

0 comments on commit ad50127

Please sign in to comment.