Skip to content

Commit ac697ac

Browse files
authored
fix: update org name (#107)
1 parent da1766c commit ac697ac

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
[GitHub Issues](https://github.com/kinotiodotio/docs/issues). All
63+
[GitHub Issues](https://github.com/kinotio/docs/issues). All
6464
complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kinotiodotio/docs",
2+
"name": "@kinotio/docs",
33
"version": "0.1.0",
44
"private": true,
55
"packageManager": "[email protected]",

src/components/icons/kinotio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Kinotio = (props: React.ComponentProps<'svg'>): React.ReactElement
44
fill='none'
55
xmlns='http://www.w3.org/2000/svg'
66
role='img'
7-
aria-label='kinotio.io'
7+
aria-label='kinotio'
88
{...props}
99
>
1010
<rect width='505' height='525.878' rx='100' fill='#FF6500' />

src/data/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
export const DATA = {
2-
name: 'kinotio.io: This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.',
2+
name: 'kinotio: This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.',
33
url: 'https://docs.kinotio.io',
44
description:
55
'This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.',
66
social_url: {
7-
github: 'https://github.com/kinotiodotio',
7+
github: 'https://github.com/kinotio',
88
discord: 'https://discord.gg/cskvbKQA',
9-
linkedin: 'https://linkedin.com/company/kinotiodotio',
10-
x: 'https://x.com/kinotiodotio',
9+
linkedin: 'https://linkedin.com/company/kinotio',
10+
x: 'https://x.com/kinotio',
1111
bluesky: 'https://bsky.app/profile/kinotio.io'
1212
},
13-
repo: 'https://github.com/kinotiodotio/docs',
14-
doc_repo: 'https://github.com/kinotiodotio/docs/tree/main',
13+
repo: 'https://github.com/kinotio/docs',
14+
doc_repo: 'https://github.com/kinotio/docs/tree/main',
1515
keywords: ['Open Source', 'Documentation', 'API', 'Guides', 'Tutorials']
1616
}

src/pages/docs/drowser/structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `drowser-reports.json` file provides a comprehensive overview of the test ex
66

77
You can import the `drowser-reports.json` file into the [Drowser Studio](https://drowser.kinotio.io/) to visualize and analyze the metrics for each test case. This helps in identifying issues, understanding test coverage, and improving the overall quality of your test suite.
88

9-
For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotiodotio/drowser-studio).
9+
For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotio/drowser-studio).
1010

1111
## Report Structure
1212

0 commit comments

Comments
 (0)