Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcalester committed Jun 18, 2021
2 parents 29ac1db + fc6756a commit f0bdc3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/rux-classification-marking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For the most up-to-date policies, see the [ISOO Training Aids](https://www.archi

## Guidelines

- [Astro UXDS: Classification Markings](https://www.astrouxds.com/components/readme/)
- [Astro UXDS: Classification Markings](https://astrouxds.com/components/classification-markings/)

## Web Components Usage

Expand Down
4 changes: 2 additions & 2 deletions src/documentation/ag-grid-README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ag-Grid for Astro

For more complex tables, we recommend using either the community or enterprise tier of [ag-Grid](https://www.ag-grid.com/). While we cannot provide support for ag-Grid or its many features, we do provide light and dark variants of Astro in a theme file consumable by ag-grid.
For more complex tables, we recommend using either the community or enterprise tier of [ag-Grid](https://www.ag-grid.com/). While we cannot provide support for ag-Grid or its many features, we do provide light and dark variants of Astro in a theme file consumable by ag-Grid.

## Guidelines

Expand All @@ -12,4 +12,4 @@ We maintain a [separate repo for the ag-Grid Astro theme](https://github.com/Roc

* [Documentation](https://github.com/RocketCommunicationsInc/astro-ag-Grid/#astro-ag-grid-theme)
* [Astro Theme SASS files](https://github.com/RocketCommunicationsInc/astro-ag-Grid/tree/master/src/css)
* Working [example](https://astro-ag-grid-example.netlify.app/) of a complex table using the Astro theme
* Working [example](https://astro-ag-grid-example.netlify.app/) of a complex table using the Astro theme
2 changes: 1 addition & 1 deletion stories/rux-table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const AGGrid = () => {
`;
};
AGGrid.story = {
name: 'ag-grid',
name: 'ag-Grid',
parameters: {
exports: {
render,
Expand Down

0 comments on commit f0bdc3d

Please sign in to comment.