Skip to content

Commit ddcb00b

Browse files
committed
Fix link
1 parent 64fffb8 commit ddcb00b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/abcd-administration/system-databases/users-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Administrators can manage this database via the **User Administration** menu in
4444
* Changing user profiles.
4545
* Deactivating users.
4646

47-
For detailed instructions on managing users via the interface, see the [User Management](../user-management.md) guide.
47+
For detailed instructions on managing users via the interface, see the [User Management](/docs/3.1/abcd-administration/access-management) guide.

docs/abcd-advanced/data-models/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The default table in the root of the databases folder has content:
390390

391391
In this particular table we have included the numbers from 0 to 9 (codes 048 to 057) because it is in our interest to index as words those cases of titles or other phrases that contain numerical values ​​such as dates and other references. This table includes also many letters from the Unicode Latin-1 Supplement range.
392392

393-
See the [full ANSI table](./docs/abcd-advanced/cisis-utilities/ansi-table.md) for the all characters and corresponding ANSI codes.
393+
See the [full ANSI table](/docs/3.1/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
394394

395395
If you want to include other symbols in Technique 4 or 8 indexing, just get your ANSI code and insert it in the place corresponding to your sequence.\\
396396
If you do not want the numbers to be included in the indexing by techniques 4 or 8, eliminate the codes 048 to 057.
@@ -484,7 +484,7 @@ The default table for ANSI/ISO-8859-1 in the root of the databases folder has co
484484
485485
```
486486

487-
See the [full ANSI table](./docs/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
487+
See the [full ANSI table](/docs/3.1/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
488488

489489
The same table with captions. Th first line is the decimal number, the second line is value, the third line is the result.\\
490490
However for the table used by ABCD:

docs/abcd-advanced/isisscript/guides/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ This is achieved by another flow element, this time with the action exit, which
5454
```
5555

5656
The argument of the flow element, 1 or 2 in this example, is the return code that is passed to the operating system. \\
57-
More info: [abc-of-cisis/isiscriptref/flow.md](abc-of-cisis/isiscriptref/flow.md)
57+
More info: [/docs/3.1/isisscript](/docs/3.1/isisscript)

docs/abcd-advanced/isisscript/guides/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ A crucial parameter for most tasks is the name of the database to be used, e.g.
1818

1919
The WWWISIS Reference Manual tells you what parameters can be used in what tasks.
2020

21-
See also [abc-of-cisis/isiscriptref/parm.md](abc-of-cisis/isiscriptref/parm.md)
21+
See also [/docs/3.1/abcd-advanced/isisscript/reference/parm](/docs/3.1/abcd-advanced/isisscript/reference/parm)

docs/abcd-modules/cataloguing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This documentation is divided into three main sections depending on your role:
1414
If you need to catalog books, search for records, or print labels, start here.
1515
* **[Data Entry](manual/data-entry.md)**: Creating and editing records.
1616
* **[Searching](manual/searching.md)**: Retrieving information.
17-
* **[Z39.50 Copy Cataloging](manual/z3950.md)**: Downloading records from other libraries.
17+
* **[Z39.50 Copy Cataloging](manual/Z39.50.md)**: Downloading records from other libraries.
1818

1919
## 2. Database Configuration (Technical)
2020
If you are setting up the database structure or modifying fields.

docs/abcd-modules/cataloguing/manual/data-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Located at the top of the record editor, this toolbar provides the following act
2525
| 🗑️ | **Delete** | Logically deletes the record (marks it for removal). |
2626
| 🖨️ | **Print** | Sends the current record to a printer-friendly view. |
2727
| 📋 | **Copy** | Duplicates the current record content into a new record. |
28-
| ☁️ | **Z39.50** | Opens the [Z39.50 client](z3950.md) to import external data. |
28+
| ☁️ | **Z39.50** | Opens the [Z39.50 client](/docs/3.1/abcd-modules/cataloguing/configuration/z3950-server) to import external data. |
2929

3030
### Navigation Bar
3131
Located at the bottom of the screen, this bar allows you to move sequentially through the database.

versioned_docs/version-2.0/abcd-advanced/data-models/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The default table in the root of the databases folder has content:
390390

391391
In this particular table we have included the numbers from 0 to 9 (codes 048 to 057) because it is in our interest to index as words those cases of titles or other phrases that contain numerical values ​​such as dates and other references. This table includes also many letters from the Unicode Latin-1 Supplement range.
392392

393-
See the [full ANSI table](./docs/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
393+
See the [full ANSI table](/docs/3.1/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
394394

395395
If you want to include other symbols in Technique 4 or 8 indexing, just get your ANSI code and insert it in the place corresponding to your sequence.\\
396396
If you do not want the numbers to be included in the indexing by techniques 4 or 8, eliminate the codes 048 to 057.
@@ -484,7 +484,7 @@ The default table for ANSI/ISO-8859-1 in the root of the databases folder has co
484484
485485
```
486486

487-
See the [full ANSI table](./docs/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
487+
See the [full ANSI table](/docs/3.1/abcd-advanced/cisis-utilities/ansi-table) for the all characters and corresponding ANSI codes.
488488

489489
The same table with captions. Th first line is the decimal number, the second line is value, the third line is the result.\\
490490
However for the table used by ABCD:

0 commit comments

Comments
 (0)