Skip to content

Commit 3063c7a

Browse files
committed
Fix for bad links
1 parent e85689a commit 3063c7a

File tree

1 file changed

+8
-8
lines changed
  • site/jbase/jql/jql-keyword-cross-reference

1 file changed

+8
-8
lines changed

site/jbase/jql/jql-keyword-cross-reference/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
| JACSELECT |
120120
| LE |
121121
| LIKE |
122-
| [LIST](.//../list/README.md) | Generates a formatted report of records and fields from a specified file. |
122+
| [LIST](./../list/README.md) | Generates a formatted report of records and fields from a specified file. |
123123
| [LIST-ITEM](./../list-item/README.md) | Outputs the contents of items. |
124124
| [LIST-LABEL](./../list-label/README.md) | Outputs data in a format suitable for producing labels. |
125125
| [LIST.ITEM](./../list-item/README.md) | Synonym for LIST-ITEM |
@@ -155,7 +155,7 @@
155155
| PERCENTAGE |
156156
| PG |
157157
| PRINT | Throwaway |
158-
| [REFORMAT](.//../reformat/README.md) | Generates a formatted report of records and fields to a file or tape. |
158+
| [REFORMAT](./../reformat/README.md) | Generates a formatted report of records and fields to a file or tape. |
159159
| REQUIRE-INDEX |
160160
| REQUIRE-SELECT |
161161
| REQUIRE.INDEX |
@@ -168,19 +168,19 @@
168168
| SAMPLING |
169169
| SAVING |
170170
| [SDUMP](./../i-dump-and-s-dump/README.md) | Outputs the entire contents of items in sorted order |
171-
| [SELECT](.//../select/README.md) | Generates a list of record keys or specified fields based on the criteria specified. |
171+
| [SELECT](./../select/README.md) | Generates a list of record keys or specified fields based on the criteria specified. |
172172
| SELECT-ONLY |
173173
| SELECT.ONLY |
174174
| SINGLE.VALUE |
175175
| SINGLEVALUED |
176-
| [SORT](.//../sort/README.md) | Generates a sorted formatted report of records and fields from a specified file. |
176+
| [SORT](./../sort/README.md) | Generates a sorted formatted report of records and fields from a specified file. |
177177
| SORT-ITEM | |
178-
| [SORT-LABEL](.//../sort-label/README.md) | Outputs data in a format suitable for producing labels. |
178+
| [SORT-LABEL](./../sort-label/README.md) | Outputs data in a format suitable for producing labels. |
179179
| SORT.ITEM |
180-
| [SORT.LABEL](.//../sort-label/README.md) | Synonym for SORT-LABEL |
180+
| [SORT.LABEL](./../sort-label/README.md) | Synonym for SORT-LABEL |
181181
| SPOKEN |
182-
| [SREFORMAT](.//../sreformat/README.md) | Generates a sorted formatted report of records and fields to a file or tape. |
183-
| [SSELECT](.//../sselect/README.md) | Generates an sorted list of record keys or fields based on the criteria specified. |
182+
| [SREFORMAT](./../sreformat/README.md) | Generates a sorted formatted report of records and fields to a file or tape. |
183+
| [SSELECT](./../sselect/README.md) | Generates an sorted list of record keys or fields based on the criteria specified. |
184184
| ST-DUMP |
185185
| STAT |
186186
| SUBVALUE |

0 commit comments

Comments
 (0)