Skip to content

Commit

Permalink
remove twitter link (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm authored Oct 8, 2024
1 parent 941e042 commit b52234e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions finish/client/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ <h2>System Loads</h2>
<a id="licenseLink"
href="https://github.com/OpenLiberty/open-liberty/blob/release/LICENSE"
>License</a>
<a href="https://twitter.com/OpenLibertyIO">Twitter</a>
<a href="https://github.com/OpenLiberty">GitHub</a>
<a href="https://stackoverflow.com/questions/tagged/open-liberty">stackoverflow</a>
<a href="https://groups.io/g/openliberty">groups.io</a>
<a href="https://openliberty.io/">openliberty.io</a>
</div>
<p id="footer_text">an IBM open source project</p>
<p id="footer_copyright">&copy;Copyright IBM Corp. 2022, 2023</p>
<p id="footer_copyright">&copy;Copyright IBM Corp. 2022, 2024</p>
</footer>
<script>
const webSocket = new WebSocket('ws://localhost:9081/systemLoad')
Expand Down

0 comments on commit b52234e

Please sign in to comment.