Skip to content

Commit f964d14

Browse files
author
julie-garrone
committed
Update doc links for 8.11.0.0
1 parent b80404a commit f964d14

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ IBM Operational Decision Manager on Docker.
2020
This repository centralizes the material to deploy IBM Operational Decision Manager in Docker.
2121
It includes Docker files and Docker compose descriptors. Docker files are used to build images of ODM runtimes. And docker-compose descriptor can be used to group this build, push to your repository and run your topology from Development to production.
2222

23-
[IBM ODM](https://www.ibm.com/support/knowledgecenter/SSQP76_8.10.x/welcome/kc_welcome_odmV.html) is a decisioning platform to automate your business policies. Business rules are used at the heart of the platform to implement decision logic on a business vocabulary and run it as web decision services.
23+
[IBM ODM](https://www.ibm.com/docs/en/odm/8.11.0) is a decisioning platform to automate your business policies. Business rules are used at the heart of the platform to implement decision logic on a business vocabulary and run it as web decision services.
2424

2525

2626
![Flow](docs/images/Architecture.png "Architecture")
2727

2828
In addition to this repository about ODM on Docker, there is a dedicated repository to deploy [ODM on Kubernetes](https://github.com/PierreFeillet/IBM-ODM-Kubernetes/?cm_mc_uid=48109996374214948388780&cm_mc_sid_50200000=1497520790) and the [IBM Operational Decision Manager for Developers docker image](https://hub.docker.com/r/ibmcom/odm/) in dockerhub.
2929

3030
## Deploying ODM Rules in the following environments
31-
This documentations applies to Operational Decision Management Standard V8.10.x and to earlier versions up to v8.8.x.
31+
This documentations applies to Operational Decision Management Standard V8.11.x and to earlier versions up to v8.8.x.
3232
- [ODM Standalone Docker image](docs/README_standalone.md): Explain how to build one docker image that contain all the ODM Components. (For Development purpose)
3333
- [ODM Standard Docker topology](docs/README_standard.md): Explain how to build and instanciate one docker image per ODM Components. (For Pre-Production purpose)
3434
- [ODM Clustered Docker topology](docs/README_cluster.md): Explain how to build and instanciate one docker image per ODM Components with possibility to scale the number of container. (For Production purpose)

contrib/bai-singlenode/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The goal of this integration is to easily run ODM and emit events to BAI for ser
1515
* Extract the files.
1616
```Shell
1717
$ tar -xzvf <bai_sn_install_dir>/bai-single-node-$VERSION.tgz
18-
```
18+
```
1919
> For full details of installation process see https://www.ibm.com/support/knowledgecenter/en/SSYHZ8_19.0.x/com.ibm.dba.install/bai_sn_topics/tsk_bai_single_node_deploy.html.
2020
>The BAI installation directory is referred to as BAI_DIR.
21-
22-
23-
21+
22+
23+
2424
* Git clone this repository, or download an odm-ondocker release. The git clone directory is referred to as ODM_DIR.
2525

2626
```Shell
@@ -67,7 +67,7 @@ $ cd <BAI_DIR>/odm
6767
$ ./set-loan-server-props
6868
```
6969

70-
If the script fails you can set the properties manually in the RES console, see https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.10.x/com.ibm.odm.dserver.rules.res.console/topics/con_rescons_rs_prop_bai.html.
70+
If the script fails you can set the properties manually in the RES console, see https://www.ibm.com/docs/en/odm/8.11.0?topic=properties-built-in-ruleset-odm-event-emitter.
7171

7272
# Play with the integration
7373
## Scenario

standalone/dockerhub/full-description.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker pull icr.io/odm-k8s/odm
1212
# Quick reference
1313

1414
- **Where to get help**:
15-
* [ODM Documentation](https://www.ibm.com/docs/en/odm/8.11.0/com.ibm.odm.distrib.overview/topics/tpc_dmov_intro_intro.html)
15+
* [ODM Documentation](https://www.ibm.com/docs/en/odm/8.11.0?topic=manager-introducing-operational-decision)
1616
* [ODM Developer Center community](https://developer.ibm.com/odm/)
1717

1818
- **Where to file issues**:
@@ -66,12 +66,12 @@ docker pull icr.io/odm-k8s/odm
6666
- Extract its contents to a new directory. The tutorial later refers to this directory as <InstallDir>/miniloanservice-projects. The size of the download file is about 13 KB.
6767
- For Decision Server console and Decision Center Business console, use the URLs and the users/passwords provided in the table below on this page.
6868

69-
- [Getting started with decision modeling in the Business console](https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.10.x/com.ibm.odm.dcenter.tutorials/tutorials_topics/odm_dc_mod_int.html). For Decision Center Business console, use the URL and the user/password provided in the table below on this page.
69+
- [Getting started with decision modeling in the Business console](https://www.ibm.com/docs/en/odm/8.11.0?topic=tutorials-deprecated-getting-started-decision-modeling). For Decision Center Business console, use the URL and the user/password provided in the table below on this page.
7070

7171

7272
# Overview
7373

74-
The image in this repository contains IBM Operational Decision Manager for Developers based on the IBM Websphere Application Server Liberty for Developer image. See the license section below for restrictions on the use of this image. For more information about IBM Operational Decision Manager, see the [ODM Documentation](https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.10.x/com.ibm.odm.distrib.overview/topics/tpc_dmov_intro_intro.html) site.
74+
The image in this repository contains IBM Operational Decision Manager for Developers based on the IBM Websphere Application Server Liberty for Developer image. See the license section below for restrictions on the use of this image. For more information about IBM Operational Decision Manager, see the [ODM Documentation](https://www.ibm.com/docs/en/odm/8.11.0?topic=manager-introducing-operational-decision) site.
7575

7676

7777
# Usage

0 commit comments

Comments
 (0)