From 325c1e983381fbc1243a8f8de8d97ad8ec745f92 Mon Sep 17 00:00:00 2001 From: Max Levytskyi Date: Wed, 24 Jul 2024 15:20:59 +0300 Subject: [PATCH] docs: changed url --- README.md | 4 ++-- web/docusaurus.config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7d039c..a6f71b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [pict-node](https://gmaxlev.github.io/pict-node/) +# [pict-node](https://pict-node.js.org) ![CLI watch mode example](./docs/logo.svg) -The documentation is published on [gmaxlev.github.io/pict-node/](https://gmaxlev.github.io/pict-node/) +### [Documentation](https://pict-node.js.org) This library is a wrapper around Microsoft's [PICT](https://github.com/microsoft/pict) (Pairwise Independent Combinatorial Testing) tool, designed to work with Node.js for generating combinations of inputs for software testing. PICT is a powerful tool that helps reduce the number of tests needed while still ensuring comprehensive coverage by generating optimized combinations of inputs. diff --git a/web/docusaurus.config.ts b/web/docusaurus.config.ts index 8e221d7..e82c78d 100644 --- a/web/docusaurus.config.ts +++ b/web/docusaurus.config.ts @@ -9,10 +9,10 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://gmaxlev.github.io", + url: "https://pict-node.js.org", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/pict-node", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.