Skip to content

Commit

Permalink
Merge pull request #15 from gmaxlev/v1.3
Browse files Browse the repository at this point in the history
docs: changed url
  • Loading branch information
gmaxlev authored Jul 24, 2024
2 parents 0020df5 + 325c1e9 commit 60a46ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions web/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/pict-node",
baseUrl: "/",

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

0 comments on commit 60a46ff

Please sign in to comment.