From 3cfeb3814703d12a9e95ed684fc2c8f94d1f2c72 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Fri, 28 Apr 2023 15:23:50 +0200 Subject: docs: fix full url to absolute conversion (#2101) --- test/scripts/apidoc/module.example.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/scripts/apidoc/module.example.ts (limited to 'test/scripts/apidoc/module.example.ts') diff --git a/test/scripts/apidoc/module.example.ts b/test/scripts/apidoc/module.example.ts new file mode 100644 index 00000000..ef646659 --- /dev/null +++ b/test/scripts/apidoc/module.example.ts @@ -0,0 +1,11 @@ +/** + * Description with a link to our [website](https://fakerjs.dev/) + * and [api docs](https://fakerjs.dev/api/). + */ +export class ModuleFakerJsLinkTest {} + +/** + * Description with a link to our [website](https://next.fakerjs.dev/) + * and [api docs](https://next.fakerjs.dev/api/). + */ +export class ModuleNextFakerJsLinkTest {} -- cgit v1.2.3