From 85a17dec1d781a91238453c95136fb4b9041881f Mon Sep 17 00:00:00 2001 From: Mehmet Dimen Date: Thu, 3 Aug 2023 09:08:20 +0300 Subject: [PATCH] Repo address updated --- docs/guide/api.md | 4 ++-- docs/guide/contribute.md | 8 ++++---- docs/zh/guide/api.md | 4 ++-- docs/zh/guide/contribute.md | 4 ++-- package.json | 2 +- packages/core/README.md | 2 +- packages/core/package.json | 2 +- packages/react/README.md | 2 +- packages/react/package.json | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/guide/api.md b/docs/guide/api.md index f858e85..9389ec5 100644 --- a/docs/guide/api.md +++ b/docs/guide/api.md @@ -69,7 +69,7 @@ Applys an array of op to the workbook. This api is typically used in online collabration to sync data. -See [Collabration demo](https://bitbucket.org/netaxtech-team/netax-sheet/blob/master/stories/Collabration.stories.tsx) for an example usage. +See [Collabration demo](https://github.com/netmehmetdimen/netax-sheet/blob/master/stories/Collabration.stories.tsx) for an example usage. | Param | Type | Description | | ----- | ----- | ------ | @@ -629,7 +629,7 @@ Undo previous action. --- -The usage example [Collabration demo](https://bitbucket.org/netaxtech-team/netax-sheet/blob/master/stories/Collabration.stories.tsx). +The usage example [Collabration demo](https://github.com/netmehmetdimen/netax-sheet/blob/master/stories/Collabration.stories.tsx). --- diff --git a/docs/guide/contribute.md b/docs/guide/contribute.md index 129977f..8b6a5e6 100644 --- a/docs/guide/contribute.md +++ b/docs/guide/contribute.md @@ -14,8 +14,8 @@ Welcome! We are very happy that you are here and look forward to your interest i ## How to submit issues @@ -30,13 +30,13 @@ Before you submit features/improvements, you should pay attention to the followi Specific steps: -* Create [Issues](https://bitbucket.org/netaxtech-team/netax-sheet/issues) and describe the issue clearly +* Create [Issues](https://github.com/netmehmetdimen/netax-sheet/issues) and describe the issue clearly * If you want to solve the issue, assign the issue to your own name. If you just submit a bug/feature/improvement and don’t have time to contribute code, set assignne to empty ## How to claim Issues -In FortuneSheet's [Issues](https://bitbucket.org/netaxtech-team/netax-sheet/issues) list, there are many issues created by others that have not been repaired. If you are interested, you can claim these issues. The steps to claim are as follows: +In FortuneSheet's [Issues](https://github.com/netmehmetdimen/netax-sheet/issues) list, there are many issues created by others that have not been repaired. If you are interested, you can claim these issues. The steps to claim are as follows: * Leave a message under the issue, express the idea of claiming the task, and specify **@I can solve it** * If the submitter has no comments, assign the issue to your own name and update the progress in time diff --git a/docs/zh/guide/api.md b/docs/zh/guide/api.md index 0253e7b..994c46a 100644 --- a/docs/zh/guide/api.md +++ b/docs/zh/guide/api.md @@ -68,7 +68,7 @@ _applyOp(ops)_ 通常用于在线协同场景,用来同步数据。 -更多可见 [Collabration demo](https://bitbucket.org/netaxtech-team/netax-sheet/blob/master/stories/Collabration.stories.tsx) for an example usage. +更多可见 [Collabration demo](https://github.com/netmehmetdimen/netax-sheet/blob/master/stories/Collabration.stories.tsx) for an example usage. | 参数 | 类型 | 描述 | | ----- | ----- | ------ | @@ -635,7 +635,7 @@ _redo()_ ---​ -使用例子请查看 [Collabration demo](https://bitbucket.org/netaxtech-team/netax-sheet/blob/master/stories/Collabration.stories.tsx). +使用例子请查看 [Collabration demo](https://github.com/netmehmetdimen/netax-sheet/blob/master/stories/Collabration.stories.tsx). --- diff --git a/docs/zh/guide/contribute.md b/docs/zh/guide/contribute.md index 756640b..f5b697d 100644 --- a/docs/zh/guide/contribute.md +++ b/docs/zh/guide/contribute.md @@ -31,13 +31,13 @@ 具体步骤: -* 创建 [Issues](https://bitbucket.org/netaxtech-team/netax-sheet/issues) ,描述清楚问题 +* 创建 [Issues](https://github.com/netmehmetdimen/netax-sheet/issues) ,描述清楚问题 * 如果你要解决该issue则将issue assign到自己名下,如果你仅仅是提交Bug/特性/改进,并没有时间去贡献代码,则assignne设置为空 ## 如何认领 Issues -在 FortuneSheet 的 [Issues](https://bitbucket.org/netaxtech-team/netax-sheet/issues) 列表中,有很多由其他人创建的issue并未被修复,如果你感兴趣的话,可以认领这些issue。认领步骤如下: +在 FortuneSheet 的 [Issues](https://github.com/netmehmetdimen/netax-sheet/issues) 列表中,有很多由其他人创建的issue并未被修复,如果你感兴趣的话,可以认领这些issue。认领步骤如下: * 在该issue下留言,表达想认领该任务的想法,另注明 **@I can solve it** 即可 * 如果提交者没有意见,则将该issue assign到自己名下并及时更新进度 diff --git a/package.json b/package.json index f180747..f8e2141 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "workspaces": [ "packages/*" ], - "repository": "https://bitbucket.org/netaxtech-team/netax-sheet", + "repository": "https://github.com/netmehmetdimen/netax-sheet", "license": "MIT", "scripts": { "dev": "npx yarn storybook", diff --git a/packages/core/README.md b/packages/core/README.md index e2451f5..2f43cee 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -2,7 +2,7 @@ FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets -See our repo [netax-sheet](https://bitbucket.org/netaxtech-team/netax-sheet) for more information. +See our repo [netax-sheet](https://github.com/netmehmetdimen/netax-sheet) for more information. ## Install diff --git a/packages/core/package.json b/packages/core/package.json index c125590..9e9dc50 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "files": [ "dist" ], - "repository": "https://bitbucket.org/netaxtech-team/netax-sheet", + "repository": "https://github.com/netmehmetdimen/netax-sheet", "license": "MIT", "dependencies": { "@netax-sheet/formula-parser": "^0.2.10", diff --git a/packages/react/README.md b/packages/react/README.md index 9dd4954..68036fb 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -2,7 +2,7 @@ FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets -See our repo [netax-sheet](https://bitbucket.org/netaxtech-team/netax-sheet) for more information. +See our repo [netax-sheet](https://github.com/netmehmetdimen/netax-sheet) for more information. ## Install diff --git a/packages/react/package.json b/packages/react/package.json index b3feaf4..4f0b8ba 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -7,7 +7,7 @@ "files": [ "dist" ], - "repository": "https://bitbucket.org/netaxtech-team/netax-sheet", + "repository": "https://github.com/netmehmetdimen/netax-sheet", "license": "MIT", "scripts": { "tsc": "tsc"