Skip to content

Commit 325c1e9

Browse files
committed
docs: changed url
1 parent f42be5f commit 325c1e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [pict-node](https://gmaxlev.github.io/pict-node/)
1+
# [pict-node](https://pict-node.js.org)
22

33
![CLI watch mode example](./docs/logo.svg)
44

5-
The documentation is published on [gmaxlev.github.io/pict-node/](https://gmaxlev.github.io/pict-node/)
5+
### [Documentation](https://pict-node.js.org)
66

77
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.
88

web/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const config: Config = {
99
favicon: "img/favicon.ico",
1010

1111
// Set the production url of your site here
12-
url: "https://gmaxlev.github.io",
12+
url: "https://pict-node.js.org",
1313
// Set the /<baseUrl>/ pathname under which your site is served
1414
// For GitHub pages deployment, it is often '/<projectName>/'
15-
baseUrl: "/pict-node",
15+
baseUrl: "/",
1616

1717
// GitHub pages deployment config.
1818
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)