Skip to content

Commit e64993e

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Fix link
1 parent 333bec1 commit e64993e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Demonstration of Declarative Services (DS) in OSGi JVM servers
33

44
## Supporting Files
5-
* com.ibm.cicsdev.osgi.ds_1.0.0 - OSGi interfaces
5+
* [com.ibm.cicsdev.osgi.ds_1.0.0](projects/com.ibm.cicsdev.osgi.ds_1.0.0) - OSGi interfaces
66
* com.ibm.cicsdev.osgi.ds.bundle_1.0.0 - CICS Bundle for the OSGi interfaces
77
* com.ibm.cicsdev.osgi.ds.app_1.0.0 - CICS application entry point
88
* com.ibm.cicsdev.osgi.ds.app.bundle_1.0.0 - CICS Bundle containing the application, program and transaction.
@@ -14,7 +14,7 @@ Demonstration of Declarative Services (DS) in OSGi JVM servers
1414
## Usage
1515
1. Deploy all found bundle projects to z/FS
1616
2. Create an OSGi JVM server with the name `DFHOSGI`.
17-
3. Define CICS bundles for these bundle projects. [Table 1](#Table_1) shows the mapping of bundle to bundle name used.
17+
3. Define CICS bundles for these bundle projects. [Table 1](#table-1) shows the mapping of bundle to bundle name used.
1818
4. Install `DS `, `DS.APP ` and `DS.TSQ10`.
1919
5. Run the transaction `DSTS PUT TEST`, this should display the message `Created entry 1`
2020
6. Run the transaction `DSTS GET 1`, this should display the message `TEST`, which confirms the data was stored correctly.

0 commit comments

Comments
 (0)