Skip to content

Commit

Permalink
Merge branch 'ODM_v8102updates'
Browse files Browse the repository at this point in the history
* ODM_v8102updates:
  Fix welcome page (#217)
  tentative fix Openldap container startup failure
  • Loading branch information
lgrateau committed Sep 12, 2019
2 parents 93214cb + 0b7453d commit 606ab01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcomepage/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ if(System.getenv("SAMPLE") != null && System.getenv("SAMPLE").equals("true")) {
<article>
<h2>Additional Resources</h2>
<ul>
<li><a href="https://www.ibm.com/support/knowledgecenter/SSQP76_8.9.2/com.ibm.odm.icp/kc_welcome_odm_icp.html" target="_blank">ODM Documentation</a></li>
<li><a href="https://developer.ibm.com/odm/" target="_blank">ODMDev Community</a></li>
<li><a href="https://www.ibm.com/support/knowledgecenter/SSQP76_8.10.x/welcome/kc_welcome_odmV.html" target="_blank">ODM Documentation</a></li>
<li><a href="https://www.ibm.com/community/automation/digital-business-automation/business-rules-management/" target="_blank">ODMDev Community</a></li>
<li><a href="https://developer.ibm.com/answers/topics/ibmodm.html" target="_blank">ODMDev Forum</a></li>
</ul>
</article>
Expand Down

0 comments on commit 606ab01

Please sign in to comment.