Skip to content

Commit d346e08

Browse files
committed
words matter update2
1 parent 7e95d6f commit d346e08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ This project is licensed under [Apache License Version 2.0](LICENSE).
5757
## Reference
5858

5959
* CICSDev tutorial archive [Getting to Grips with JCICS](blog/blog.md)
60-
* For further details on using the IBM Record Generator for Java see this [tutorial](https://github.com/cicsdev/cics-java-recgen/blob/master/blog.md)
60+
* For further details on using the IBM Record Generator for Java see this [tutorial](https://github.com/cicsdev/cics-java-recgen/blob/main/blog.md)
6161
* For details on how to define a CICS OSGi JVM server refer to the Knowledge Center topic [Configuring an OSGi JVM server](http://www.ibm.com/support/knowledgecenter/SSGMCP_5.3.0/com.ibm.cics.ts.java.doc/JVMserver/config_jvmserver_app.html)

projects/com.ibm.cicsdev.link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Provides examples for performing CICS LINK operations using both commareas, and
1616
* `lib/EDUPGM.jar` - a pre-built JAR containing the JZOS generated record that maps the copybook structure used in the `EDUPGM` COBOL sample. The generated class `JZOSCommareaWrapperclass` is used in the `LinkProg2` example to map the fields in the COMMAREA used by the COBOL program `EDUPGM`.
1717
* [`/etc/Link`](../../etc/Link) - contains the output of a DFHCSDUP EXTRACT operation needed to define the required programs and transactions.
1818
* [`/src/Cobol`](../../src/Cobol) - contains the COBOL programs `EC01` and `EDUCHAN` required by these samples.
19-
* [cics-java-jzosprog repo](https://github.com/cicsdev/cics-java-jzosprog/tree/master/src/Cobol) - repository containing the `EDUPGM` COBOL program.
19+
* [cics-java-jzosprog repo](https://github.com/cicsdev/cics-java-jzosprog/tree/main/src/Cobol) - repository containing the `EDUPGM` COBOL program.
2020

2121

2222
## Configuration

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ src
22
===
33
Supporting non-Java programs used in conjunction with the JCICS samples.
44

5-
See also the [cics-java-jzosprog](https://github.com/cicsdev/cics-java-jzosprog/tree/master/src/Cobol) repository for the `EDUPGM` COBOL program.
5+
See also the [cics-java-jzosprog](https://github.com/cicsdev/cics-java-jzosprog/tree/main/src/Cobol) repository for the `EDUPGM` COBOL program.
66

0 commit comments

Comments
 (0)