Skip to content

Commit e13c6ea

Browse files
Fix links in README.
1 parent 4b06808 commit e13c6ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The code is built into a WAR file, packaged into a CICS bundle, and deployed to
3636

3737
The CICS bundle contains the following elements:
3838

39-
1. [`EVNT.transaction`](./cics-eventprocessing-java/cics-eventprocessing-java-bundle/src/main/bundleParts/EVNT.transaction) - transaction which targets the `EVNTCONS` program
40-
2. [`ACCOUNTADAPTER.epadapter`](./cics-eventprocessing-java/cics-eventprocessing-java-bundle/src/main/bundleParts/ACCOUNTADAPTER.epadapter) - event processing adapter which starts the `EVNT` transaction
41-
3. [`ACCOUNT.evbind`](./cics-eventprocessing-java/cics-eventprocessing-java-bundle/src/main/bundleParts/ACCOUNTADAPTER.epadapter) - event binding which targets the `EVENTADAPTER` adpater
39+
1. [`EVNT.transaction`](./cics-eventprocessing-java-bundle/src/main/bundleParts/EVNT.transaction) - transaction which targets the `EVNTCONS` program
40+
2. [`ACCOUNTADAPTER.epadapter`](./cics-eventprocessing-java-bundle/src/main/bundleParts/ACCOUNTADAPTER.epadapter) - event processing adapter which starts the `EVNT` transaction
41+
3. [`ACCOUNT.evbind`](./cics-eventprocessing-java-bundle/src/main/bundleParts/ACCOUNTADAPTER.epadapter) - event binding which targets the `EVENTADAPTER` adpater
4242
4. `WARBUNDLE` - Java WAR bundle is added when built
4343

4444
## Building

0 commit comments

Comments
 (0)