Skip to content

Commit 4099c8b

Browse files
Amogh Shetkarashetkar
authored andcommitted
Provide documentation url instead of the old website url.
1 parent 37a987d commit 4099c8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ private[spark] object UIUtils extends Logging {
277277
</a>
278278
</div>
279279
<div class="brand" style="line-height: 2.5;">
280-
<a class="brand" href="https://www.snappydata.io/" target="_blank">
280+
<a class="brand" href="https://github.com/SnappyDataInc/snappydata" target="_blank">
281281
<img src={prependBaseUri("/static/snappydata/snappydata-175X28.png")}
282282
style="cursor: pointer;" />
283283
</a>
@@ -612,9 +612,7 @@ private[spark] object UIUtils extends Logging {
612612
<p>
613613
For assistance, get started at: <br />
614614
<a href="https://www.tibco.com/" target="_blank">https://www.tibco.com/</a> <br />
615-
<a href={"https://tibco-computedb.readthedocs.io/en/enterprise_docv" +
616-
snappyVersionDetails.getOrElse("productVersion", "") + "/"}
617-
target="_blank">
615+
<a href="https://snappydatainc.github.io/snappydata/" target="_blank">
618616
Product Documentation
619617
</a>
620618
</p>

0 commit comments

Comments
 (0)