Skip to content

Commit 5aa7b0b

Browse files
committed
Fix some internal xlinks
1 parent 805debb commit 5aa7b0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+466
-466
lines changed

docs/jsobjref/Application.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The active (frontmost) document in Illustrator.
2020

2121
**Type**
2222

23-
[Document](Document.md#jsobjref-document)
23+
[Document](./Document.md)
2424

2525
---
2626

@@ -104,7 +104,7 @@ The documents in the application.
104104

105105
**Type**
106106

107-
[Documents](Documents.md#jsobjref-documents)
107+
[Documents](./Documents.md)
108108

109109
---
110110

@@ -230,7 +230,7 @@ Illustrator's preference settings.
230230

231231
**Type**
232232

233-
[Preferences](Preferences.md#jsobjref-preferences)
233+
[Preferences](./Preferences.md)
234234

235235
---
236236

@@ -244,7 +244,7 @@ The list of installed printers.
244244

245245
**Type**
246246

247-
Array of [Printer](Printer.md#jsobjref-printer)
247+
Array of [Printer](./Printer.md)
248248

249249
---
250250

@@ -314,7 +314,7 @@ The installed fonts.
314314

315315
**Type**
316316

317-
[TextFonts](TextFonts.md#jsobjref-textfonts)
317+
[TextFonts](./TextFonts.md)
318318

319319
---
320320

@@ -416,8 +416,8 @@ Joins two matrices together.
416416

417417
| Parameter | Type | Description |
418418
|----------------|-------------------------------------|---------------|
419-
| `matrix` | [Matrix](Matrix.md#jsobjref-matrix) | First matrix |
420-
| `secondMatrix` | [Matrix](Matrix.md#jsobjref-matrix) | Second matrix |
419+
| `matrix` | [Matrix](./Matrix.md) | First matrix |
420+
| `secondMatrix` | [Matrix](./Matrix.md) | Second matrix |
421421

422422
**Returns**
423423

@@ -464,7 +464,7 @@ Concatenates a scale translation to a transformation matrix.
464464

465465
**Returns**
466466

467-
[Matrix](Matrix.md#jsobjref-matrix)
467+
[Matrix](./Matrix.md)
468468

469469
---
470470

@@ -486,7 +486,7 @@ Joins a translation to a transformation matrix.
486486

487487
**Returns**
488488

489-
[Matrix](Matrix.md#jsobjref-matrix)
489+
[Matrix](./Matrix.md)
490490

491491
---
492492

@@ -573,7 +573,7 @@ Returns an identity matrix.
573573

574574
**Returns**
575575

576-
[Matrix](Matrix.md#jsobjref-matrix)
576+
[Matrix](./Matrix.md)
577577

578578
---
579579

@@ -616,7 +616,7 @@ Gets detailed file information for specified PPD file.
616616

617617
**Returns**
618618

619-
[PPDFileInfo](PPDFileInfo.md#jsobjref-ppdfileinfo)
619+
[PPDFileInfo](./PPDFileInfo.md)
620620

621621
---
622622

@@ -656,7 +656,7 @@ Retrieves the tracing-option settings from the template with a given preset name
656656

657657
**Returns**
658658

659-
[DocumentPreset](DocumentPreset.md#jsobjref-documentpreset)
659+
[DocumentPreset](./DocumentPreset.md)
660660

661661
---
662662

@@ -681,7 +681,7 @@ For example, `30` rotates the object 30 degrees counterclockwise; `-30` rotates
681681

682682
**Returns**
683683

684-
[Matrix](Matrix.md#jsobjref-matrix)
684+
[Matrix](./Matrix.md)
685685

686686
---
687687

@@ -707,7 +707,7 @@ For example, `60` scales the object to 60% of its original size; `200` doubles t
707707

708708
**Returns**
709709

710-
[Matrix](Matrix.md#jsobjref-matrix)
710+
[Matrix](./Matrix.md)
711711

712712
---
713713

@@ -747,7 +747,7 @@ For example, (100, 200) moves the object 100 pt. to the right and 200 pt. up; a
747747

748748
**Returns**
749749

750-
[Matrix](Matrix.md#jsobjref-matrix)
750+
[Matrix](./Matrix.md)
751751

752752
---
753753

@@ -763,11 +763,11 @@ Inverts a matrix.
763763

764764
| Parameter | Type | Description |
765765
|-------------|-------------------------------------|------------------|
766-
| `matrix` | [Matrix](Matrix.md#jsobjref-matrix) | Matrix to invert |
766+
| `matrix` | [Matrix](./Matrix.md) | Matrix to invert |
767767

768768
**Returns**
769769

770-
[Matrix](Matrix.md#jsobjref-matrix)
770+
[Matrix](./Matrix.md)
771771

772772
---
773773

@@ -783,8 +783,8 @@ Checks whether the two matrices are equal.
783783

784784
| Parameter | Type | Description |
785785
|----------------|-------------------------------------|------------------------|
786-
| `matrix` | [Matrix](Matrix.md#jsobjref-matrix) | First matrix to check |
787-
| `secondMatrix` | [Matrix](Matrix.md#jsobjref-matrix) | Second matrix to check |
786+
| `matrix` | [Matrix](./Matrix.md) | First matrix to check |
787+
| `secondMatrix` | [Matrix](./Matrix.md) | Second matrix to check |
788788

789789
**Returns**
790790

@@ -804,7 +804,7 @@ Checks whether a matrix is singular and cannot be inverted.
804804

805805
| Parameter | Type | Description |
806806
|-------------|-------------------------------------|-----------------|
807-
| `matrix` | [Matrix](Matrix.md#jsobjref-matrix) | Matrix to check |
807+
| `matrix` | [Matrix](./Matrix.md) | Matrix to check |
808808

809809
**Returns**
810810

@@ -855,7 +855,7 @@ If the parameter is not supplied, Illustrator opens a dialog so the user can cho
855855

856856
**Returns**
857857

858-
[Document](Document.md#jsobjref-document)
858+
[Document](./Document.md)
859859

860860
---
861861

docs/jsobjref/Artboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The parent of this object.
4646

4747
**Type**
4848

49-
[Document](Document.md#jsobjref-document); read-only.
49+
[Document](./Document.md); read-only.
5050

5151
---
5252

docs/jsobjref/Artboards.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The name of the object that contains this dataset
3232

3333
**Type**
3434

35-
[Artboard](Artboard.md#jsobjref-artboard); read-only.
35+
[Artboard](./Artboard.md); read-only.
3636

3737
---
3838

@@ -68,7 +68,7 @@ Creates a new Artboard object.
6868

6969
**Returns**
7070

71-
[Artboard](Artboard.md#jsobjref-artboard)
71+
[Artboard](./Artboard.md)
7272

7373
---
7474

@@ -104,7 +104,7 @@ Gets the first element in the collection with the specified name.
104104

105105
**Returns**
106106

107-
[Artboard](Artboard.md#jsobjref-artboard)
107+
[Artboard](./Artboard.md)
108108

109109
---
110110

docs/jsobjref/Brush.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The document that contains this brush.
3434

3535
**Type**
3636

37-
[Document](Document.md#jsobjref-document); read-only.
37+
[Document](./Document.md); read-only.
3838

3939
---
4040

@@ -66,7 +66,7 @@ Applies the `brush` to a specific art item.
6666

6767
| Parameter | Type | Description |
6868
|-------------|-------------------------------------------|----------------------------|
69-
| `artItem` | [PageItem](PageItem.md#jsobjref-pageitem) | Art item to apply brush to |
69+
| `artItem` | [PageItem](./PageItem.md) | Art item to apply brush to |
7070

7171
**Returns**
7272

docs/jsobjref/Brushes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gets the first element in the collection with the specified name.
7070

7171
**Returns**
7272

73-
[Brush](Brush.md#jsobjref-brush)
73+
[Brush](./Brush.md)
7474

7575
---
7676

@@ -90,7 +90,7 @@ Gets an element from the collection.
9090

9191
**Returns**
9292

93-
[Brush](Brush.md#jsobjref-brush)
93+
[Brush](./Brush.md)
9494

9595
---
9696

docs/jsobjref/CharacterAttributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The color of the text fill.
207207

208208
**Type**
209209

210-
[Color](Color.md#jsobjref-color)
210+
[Color](./Color.md)
211211

212212
---
213213

@@ -473,7 +473,7 @@ The color of the text stroke.
473473

474474
**Type**
475475

476-
[Color](Color.md#jsobjref-color)
476+
[Color](./Color.md)
477477

478478
---
479479

@@ -557,7 +557,7 @@ The text font.
557557

558558
**Type**
559559

560-
[TextFont](TextFont.md#jsobjref-textfont)
560+
[TextFont](./TextFont.md)
561561

562562
---
563563

docs/jsobjref/CharacterStyle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Description**
66

7-
Associates character attributes with characters. For an example, see [CharacterStyles](CharacterStyles.md#jsobjref-characterstyles).
7+
Associates character attributes with characters. For an example, see [CharacterStyles](./CharacterStyles.md).
88

99
---
1010

@@ -20,7 +20,7 @@ The character properties for the style.
2020

2121
**Type**
2222

23-
[CharacterAttributes](CharacterAttributes.md#jsobjref-characterattributes), read-only.
23+
[CharacterAttributes](./CharacterAttributes.md), read-only.
2424

2525
---
2626

docs/jsobjref/CharacterStyles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Creates a named character style.
7070

7171
**Returns**
7272

73-
[CharacterStyle](CharacterStyle.md#jsobjref-characterstyle)
73+
[CharacterStyle](./CharacterStyle.md)
7474

7575
---
7676

@@ -90,7 +90,7 @@ Gets the first element in the collection with the provided name.
9090

9191
**Returns**
9292

93-
[CharacterStyle](CharacterStyle.md#jsobjref-characterstyle)
93+
[CharacterStyle](./CharacterStyle.md)
9494

9595
---
9696

@@ -110,7 +110,7 @@ Gets an element from the collection.
110110

111111
**Returns**
112112

113-
[CharacterStyle](CharacterStyle.md#jsobjref-characterstyle)
113+
[CharacterStyle](./CharacterStyle.md)
114114

115115
---
116116

docs/jsobjref/Characters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ If a location is not specified, adds the new character to the containing text fr
7171
| Parameter | Type | Description |
7272
|---------------------|----------------------------------------------------------------------------------------------------|------------------------|
7373
| `contents` | String | Text contents to add |
74-
| `relativeObject` | [TextFrameItem](TextFrameItem.md#jsobjref-textframeitem), optional | Object to add item to |
74+
| `relativeObject` | [TextFrameItem](./TextFrameItem.md), optional | Object to add item to |
7575
| `insertionLocation` | [ElementPlacement](scripting-constants.md#jsobjref-scripting-constants-elementplacement), optional | Location to place text |
7676

7777
**Returns**
7878

79-
[TextRange](TextRange.md#jsobjref-textrange)
79+
[TextRange](./TextRange.md)
8080

8181
---
8282

@@ -96,7 +96,7 @@ Adds a character before the specified text selection.
9696

9797
**Returns**
9898

99-
[TextRange](TextRange.md#jsobjref-textrange)
99+
[TextRange](./TextRange.md)
100100

101101
---
102102

@@ -116,7 +116,7 @@ Gets an element from the collection.
116116

117117
**Returns**
118118

119-
[TextRange](TextRange.md#jsobjref-textrange)
119+
[TextRange](./TextRange.md)
120120

121121
---
122122

docs/jsobjref/CompoundPathItem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The layer to which this compound path item belongs.
136136

137137
**Type**
138138

139-
[Layer](Layer.md#jsobjref-layer), read-only.
139+
[Layer](./Layer.md), read-only.
140140

141141
---
142142

@@ -220,7 +220,7 @@ The parent of this object.
220220

221221
**Type**
222222

223-
[Layer](Layer.md#jsobjref-layer) or [GroupItem](GroupItem.md#jsobjref-groupitem), read-only.
223+
[Layer](./Layer.md) or [GroupItem](./GroupItem.md), read-only.
224224

225225
---
226226

@@ -234,7 +234,7 @@ The path art items in this compound path.
234234

235235
**Type**
236236

237-
[PathItems](PathItems.md#jsobjref-pathitems), read-only.
237+
[PathItems](./PathItems.md), read-only.
238238

239239
---
240240

@@ -290,7 +290,7 @@ The tags contained in this object.
290290

291291
**Type**
292292

293-
[Tags](Tags.md#jsobjref-tags), read-only.
293+
[Tags](./Tags.md), read-only.
294294

295295
---
296296

@@ -571,7 +571,7 @@ Transforms the art item by applying a transformation matrix.
571571

572572
| Parameter | Type | Description |
573573
|------------------------|------------------------------------------------------------------------------------------------|------------------------------------------------|
574-
| `transformationMatrix` | [Matrix](Matrix.md#jsobjref-matrix) | Transformation matrix to apply |
574+
| `transformationMatrix` | [Matrix](./Matrix.md) | Transformation matrix to apply |
575575
| `changePositions` | Boolean, optional | Whether to change Positions |
576576
| `changeFillPatterns` | Boolean, optional | Whether to change Fill Patterns |
577577
| `changeFillGradients` | Boolean, optional | Whether to change Fill Gradients |

0 commit comments

Comments
 (0)