From 913240c4ce9570e9838089fc0dd3a01fe42c169e Mon Sep 17 00:00:00 2001 From: mechaffin Date: Wed, 15 Aug 2018 15:24:15 -0700 Subject: [PATCH] small tweaks, review feedback --- docs/walkthrough/addNewDashboardPanel.md | 3 --- docs/walkthrough/addNewGrid.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/walkthrough/addNewDashboardPanel.md b/docs/walkthrough/addNewDashboardPanel.md index 1b60d2a07..01ddd0111 100644 --- a/docs/walkthrough/addNewDashboardPanel.md +++ b/docs/walkthrough/addNewDashboardPanel.md @@ -71,8 +71,5 @@ The following is for creating a new panel called "**examplePanel**." -[ag-grid]: https://www.ag-grid.com/react-getting-started/ [i18next]: https://www.i18next.com/ [react]: https://reactjs.org/ -[redux]: https://redux.js.org/ -[redux-obs]: https://redux-observable.js.org diff --git a/docs/walkthrough/addNewGrid.md b/docs/walkthrough/addNewGrid.md index 4e5f5b4e6..c153a4108 100644 --- a/docs/walkthrough/addNewGrid.md +++ b/docs/walkthrough/addNewGrid.md @@ -69,7 +69,7 @@ Grids in remote monitoring are based on [ag-grid][ag-grid], with our own customi t: this.props.t }; ``` -1. Add the your grid and `RefreshBar to the `PageContent` (or in another component such as a flyout). +1. Add your grid and `RefreshBar` to the `PageContent` (or in another component such as a flyout). ```jsx