Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 427c52f

Browse files
committed
About: fix image URL (fix)
1 parent 91d0bf2 commit 427c52f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ui/src/app/about/about/about.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,44 +39,44 @@ <h2>Need Help or Found an Issue?</h2>
3939
<ul id="dataFlowVersionLinksTable" class="list-icons">
4040
<li>
4141
<a target="_blank" href="http://cloud.spring.io/spring-cloud-dataflow/">
42-
<img src="/dashboard/assets/img/project-page.png" width="50px" alt="">
42+
<img src="assets/img/project-page.png" width="50px" alt="">
4343
<strong>Project Page</strong>
4444
<span>Quick overview of Spring Cloud Data Flow Project.</span>
4545
</a>
4646
</li>
4747
<li>
4848
<a target="_blank" href="https://github.com/spring-cloud/spring-cloud-dataflow">
49-
<img src="/dashboard/assets/img/github.png" width="50px" alt="">
49+
<img src="assets/img/github.png" width="50px" alt="">
5050
<strong>Sources</strong>
5151
<span>Spring Cloud Data Flow Project is an Open Source Project.</span>
5252
</a>
5353
</li>
5454
<li>
5555
<a target="_blank"
5656
href="http://docs.spring.io/spring-cloud-dataflow/docs/{{ dataflowVersionInfo.versionInfo.core.version }}/reference/htmlsingle/">
57-
<img src="/dashboard/assets/img/documentation.png" width="50px" alt="">
57+
<img src="assets/img/documentation.png" width="50px" alt="">
5858
<strong>Documentation</strong>
5959
<span>Learn more about the product features.</span>
6060
</a>
6161
</li>
6262
<li>
6363
<a target="_blank"
6464
href="http://docs.spring.io/spring-cloud-dataflow/docs/{{ dataflowVersionInfo.versionInfo.core.version }}/api/">
65-
<img src="/dashboard/assets/img/api.png" width="50px" alt="">
65+
<img src="assets/img/api.png" width="50px" alt="">
6666
<strong>API Docs</strong>
6767
<span>Learn more about the REST-APIs.</span>
6868
</a>
6969
</li>
7070
<li>
7171
<a target="_blank" href="http://stackoverflow.com/questions/tagged/spring-cloud-dataflow">
72-
<img src="/dashboard/assets/img/forum.png" width="50px" alt="">
72+
<img src="assets/img/forum.png" width="50px" alt="">
7373
<strong>Support Forum</strong>
7474
<span>You need help?</span>
7575
</a>
7676
</li>
7777
<li>
7878
<a target="_blank" href="https://github.com/spring-cloud/spring-cloud-dataflow/issues">
79-
<img src="/dashboard/assets/img/tracker.png" width="50px" alt="">
79+
<img src="assets/img/tracker.png" width="50px" alt="">
8080
<strong>Issue Tracker</strong>
8181
<span>Report an issue or request for a new feature.</span>
8282
</a>
@@ -87,7 +87,7 @@ <h2>Need Help or Found an Issue?</h2>
8787
<hr>
8888

8989
<div class="shell">
90-
<img src="/dashboard/assets/img/shell.png" width="383px" alt="">
90+
<img src="assets/img/shell.png" width="383px" alt="">
9191
<div class="shell-content">
9292
<h2 *ngIf="dataflowVersionInfo">Get the Spring Cloud Data Flow Shell</h2>
9393
<p class="index-page--subtitle">As an alternative to the Dashboard UI, you can also

0 commit comments

Comments
 (0)