Skip to content

Commit

Permalink
Fix welcome page (#218)
Browse files Browse the repository at this point in the history
* Update documentation link to go to 8.10.x page

* Fix ODmDev Community link
  • Loading branch information
julie-garrone authored and lgrateau committed Sep 12, 2019
1 parent 33b00d1 commit 0b7453d
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 0b7453d

Please sign in to comment.