Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit 40eafb5

Browse files
author
Sohee Lee
committed
docs: change link
1 parent 8e784b3 commit 40eafb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue wrapper for TOAST UI Grid
22

3-
> This is Vue component wrapping [TOAST UI Grid](https://github.nhnent.com/fe/tui.grid).
3+
> This is Vue component wrapping [TOAST UI Grid](https://github.com/nhnent/tui.grid).
44
55
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
66
[![github version](https://img.shields.io/github/release/nhnent/toast-ui.vue-grid.svg)](https://github.com/nhnent/toast-ui.vue-grid/releases/latest)
@@ -135,7 +135,7 @@ export default {
135135

136136
### Props
137137

138-
You can use `rowData`, `columnData`, `options`, `theme` and `language` props. Example of each props is in the [Getting Started](./docs/getting-started.md#props).
138+
You can use `rowData`, `columnData`, `options`, `theme` and `language` props. Example of each props is in the [Getting Started](https://github.com/nhnent/toast-ui.vue-grid/blob/master/docs/getting-started.md#props).
139139

140140
* `rowData`, `columnData`
141141

@@ -195,7 +195,7 @@ You can use `rowData`, `columnData`, `options`, `theme` and `language` props. Ex
195195
* selection : Occurs when selecting cells.
196196
* deleteRange : Occurs when cells are deleted by 'del' key.
197197

198-
For more information such as the parameters of each event, see [event of tui.grid](https://nhnent.github.io/tui.grid/api/Grid.html). Example of event is in the [Getting Started](./docs/getting-started.md#event).
198+
For more information such as the parameters of each event, see [event of tui.grid](https://nhnent.github.io/tui.grid/api/Grid.html). Example of event is in the [Getting Started](https://github.com/nhnent/toast-ui.vue-grid/blob/master/docs/getting-started.md#event).
199199

200200
### Method
201201

@@ -253,12 +253,12 @@ If it has no error, commit and then push it!
253253
For more information on PR's step, please see links of Contributing section.
254254

255255
## 📙 Documents
256-
* [Getting Started](./docs/getting-started.md)
256+
* [Getting Started](https://github.com/nhnent/toast-ui.vue-grid/blob/master/docs/getting-started.md)
257257

258258
## 💬 Contributing
259-
* [Code of Conduct](./CODE_OF_CONDUCT.md)
260-
* [Contributing guideline](./CONTRIBUTING.md)
261-
* [Commit convention](./docs/COMMIT_MESSAGE_CONVENTION.md)
259+
* [Code of Conduct](https://github.com/nhnent/toast-ui.vue-grid/blob/master/CODE_OF_CONDUCT.md)
260+
* [Contributing guideline](https://github.com/nhnent/toast-ui.vue-grid/blob/master/CONTRIBUTING.md)
261+
* [Commit convention](https://github.com/nhnent/toast-ui.vue-grid/blob/master/docs/COMMIT_MESSAGE_CONVENTION.md)
262262

263263
## 📜 License
264264
This software is licensed under the [MIT](./LICENSE) © [NHN Ent.](https://github.com/nhnent)

0 commit comments

Comments
 (0)