Skip to content

Commit 98fa4b5

Browse files
authored
Merge pull request #177 from OpenLiberty/staging
Merge staging to prod - remove twitter link (#176)
2 parents 3b970a6 + 546c9fc commit 98fa4b5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

finish/system/src/main/webapp/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ <h4>Set course for the Open Liberty guides!</h4>
119119
<footer class="bodyFooter">
120120
<div class="bodyFooterLink">
121121
<a id="licenseLink" href="https://github.com/OpenLiberty/open-liberty/blob/release/LICENSE">License</a>
122-
<a href="https://twitter.com/OpenLibertyIO">Twitter</a>
123122
<a href="https://github.com/OpenLiberty">GitHub</a>
123+
<a href="https://stackoverflow.com/questions/tagged/open-liberty">stackoverflow</a>
124+
<a href="https://groups.io/g/openliberty">groups.io</a>
124125
<a href="https://openliberty.io/">openliberty.io</a>
125126
</div>
126127
<p id="footerText">an IBM open source project</p>
127-
<p id="footerCopyright">&copy;Copyright IBM Corp. 2016, 2023</p>
128+
<p id="footerCopyright">&copy;Copyright IBM Corp. 2016, 2024</p>
128129
</footer>
129130
</html>

start/system/src/main/webapp/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ <h4>Set course for the Open Liberty guides!</h4>
119119
<footer class="bodyFooter">
120120
<div class="bodyFooterLink">
121121
<a id="licenseLink" href="https://github.com/OpenLiberty/open-liberty/blob/release/LICENSE">License</a>
122-
<a href="https://twitter.com/OpenLibertyIO">Twitter</a>
123122
<a href="https://github.com/OpenLiberty">GitHub</a>
123+
<a href="https://stackoverflow.com/questions/tagged/open-liberty">stackoverflow</a>
124+
<a href="https://groups.io/g/openliberty">groups.io</a>
124125
<a href="https://openliberty.io/">openliberty.io</a>
125126
</div>
126127
<p id="footerText">an IBM open source project</p>
127-
<p id="footerCopyright">&copy;Copyright IBM Corp. 2016, 2023</p>
128+
<p id="footerCopyright">&copy;Copyright IBM Corp. 2016, 2024</p>
128129
</footer>
129130
</html>

0 commit comments

Comments
 (0)