|
1 | 1 | # Vue wrapper for TOAST UI Grid |
2 | 2 |
|
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). |
4 | 4 |
|
5 | 5 | [](https://vuejs.org/) |
6 | 6 | [](https://github.com/nhnent/toast-ui.vue-grid/releases/latest) |
@@ -135,7 +135,7 @@ export default { |
135 | 135 |
|
136 | 136 | ### Props |
137 | 137 |
|
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). |
139 | 139 |
|
140 | 140 | * `rowData`, `columnData` |
141 | 141 |
|
@@ -195,7 +195,7 @@ You can use `rowData`, `columnData`, `options`, `theme` and `language` props. Ex |
195 | 195 | * selection : Occurs when selecting cells. |
196 | 196 | * deleteRange : Occurs when cells are deleted by 'del' key. |
197 | 197 |
|
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). |
199 | 199 |
|
200 | 200 | ### Method |
201 | 201 |
|
@@ -253,12 +253,12 @@ If it has no error, commit and then push it! |
253 | 253 | For more information on PR's step, please see links of Contributing section. |
254 | 254 |
|
255 | 255 | ## 📙 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) |
257 | 257 |
|
258 | 258 | ## 💬 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) |
262 | 262 |
|
263 | 263 | ## 📜 License |
264 | 264 | This software is licensed under the [MIT](./LICENSE) © [NHN Ent.](https://github.com/nhnent) |
0 commit comments