Skip to content

Commit 273b237

Browse files
committed
docs: convert autoref to explicit link
1 parent ff06804 commit 273b237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/creating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Attributes:
121121
| `sep` | `str` | The operating system-specific directory separator. |
122122
| `settings` | `copier.settings.Settings` | General user settings.<br>See the [`settings`](settings.md) page for related information. |
123123
| `skip_answered` | `bool` | When `True`, skip questions that have already been answered.<br>See the [`skip_answered`](configuring.md#skip_answered) setting for related information. |
124-
| `skip_if_exists` | `Sequence[str]` | Specified additional [file skip patterns][patterns-syntax].<br>See the [`skip_if_exists`](configuring.md#skip_if_exists) setting for related information. |
125-
| `skip_tasks` | `bool` | When `True`, skip [template tasks execution][tasks].<br>See the [`skip_tasks`](configuring.md#skip_tasks) setting for related information. |
124+
| `skip_if_exists` | `Sequence[str]` | Specified additional [file skip patterns](configuring.md#patterns-syntax).<br>See the [`skip_if_exists`](configuring.md#skip_if_exists) setting for related information. |
125+
| `skip_tasks` | `bool` | When `True`, skip [template tasks execution](configuring.md#tasks).<br>See the [`skip_tasks`](configuring.md#skip_tasks) setting for related information. |
126126
| `src_path` | `PurePath` | The absolute path to the (cloned/downloaded) template on disk. |
127127
| `unsafe` | `bool` | When `True`, allow usage of unsafe templates.<br>See the [`unsafe`](configuring.md#unsafe) setting for related information. |
128128
| `use_prereleases` | `bool` | When `True`, `vcs_ref`/`vcs_ref_hash` may refer to a prerelease version of the template.<br>See the [`use_prereleases`](configuring.md#use_prereleases) setting for related information. |

0 commit comments

Comments
 (0)