Skip to content

Commit 106f68a

Browse files
authored
Merge pull request #410 from OpenLiberty/staging
Merge staging to prod - remove twitter link (#409)
2 parents 5424fe7 + 9a0712b commit 106f68a

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

finish/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. 2018, 2023</p>
128+
<p id="footerCopyright">&copy;Copyright IBM Corp. 2018, 2024</p>
128129
</footer>
129130
</html>

start/src/main/webapp/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,19 @@ <h4>Set course for the Open Liberty guides!</h4>
112112
<script>
113113
displaySystemProperties(); // this calls displayMetrics() because it is a dependency
114114
displayHealth();
115-
//displayConfigProperties();
115+
// displayConfigProperties();
116116
</script>
117117
</body>
118118

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. 2018, 2023</p>
128+
<p id="footerCopyright">&copy;Copyright IBM Corp. 2018, 2024</p>
128129
</footer>
129130
</html>

0 commit comments

Comments
 (0)