Skip to content

Commit 6d4669a

Browse files
committed
docs: fix GitHub links in README files
1 parent b8645f3 commit 6d4669a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apidom-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can now install the package using `npm`:
2121
## Base namespace
2222

2323
Base namespace consists of [four higher order elements](https://github.com/swagger-api/apidom/tree/main/packages/apidom-core/src/elements) implemented on top
24-
of [primitive ones](https://github.com/refractproject/minim/tree/main/lib/primitives).
24+
of [primitive ones](https://github.com/refractproject/minim/tree/master/lib/primitives).
2525

2626
```js
2727
import { createNamespace } from '@swagger-api/apidom-core';

packages/apidom-ns-openapi-3-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can now install the package using `npm`:
2121
## OpenApi 3.1.0 namespace
2222

2323
OpenApi 3.1.0 namespace consists of [number of elements](https://github.com/swagger-api/apidom/tree/main/packages/apidom-ns-openapi-3-1/src/elements) implemented on top
24-
of [primitive ones](https://github.com/refractproject/minim/tree/main/lib/primitives).
24+
of [primitive ones](https://github.com/refractproject/minim/tree/master/lib/primitives).
2525

2626
```js
2727
import { createNamespace } from '@swagger-api/apidom-core';

0 commit comments

Comments
 (0)