Skip to content

Commit

Permalink
docs: fix broken links (microsoft#5893)
Browse files Browse the repository at this point in the history
* fix issue management link to release planning

* update link for directionalstylesheetbehavior

* Change files

Co-authored-by: Chris Holt <chhol@microsoft.com>
  • Loading branch information
huynhicode and chrisdholt authored Apr 26, 2022
1 parent 67f1052 commit d00066c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update link for directionalstylesheetbehavior",
"packageName": "@microsoft/fast-components",
"email": "steph@huynhicode.dev",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Many CSS layout properties like [flexbox](https://developer.mozilla.org/en-US/do
`@microsoft/fast-components ` export [`direction`](/docs/api/fast-components.direction) (a [DesignToken](/docs/api/fast-foundation.designtoken)) that can be used to configure the primary direction of the document.

### DirectionalStyleSheetBehavior
[`DirectionalStyleSheetBehavior`](/docs/api/fast-foundation.directionalstylesheetbehavior/) can be used to apply arbitrary LTR and RTL stylesheets, depending on the nearest [`FASTDesignSystemProvider`s direction](/docs/api/fast-components.fastdesignsystemprovider.direction/) property.
[`DirectionalStyleSheetBehavior`](/docs/api/fast-components.directionalstylesheetbehavior) can be used to apply arbitrary LTR and RTL stylesheets, depending on the nearest [`FASTDesignSystemProvider`s direction](/docs/api/fast-components.fastdesignsystemprovider) property.

**Example: Using `DirectionalStyleSheetBehavior`**
```ts
Expand Down
2 changes: 1 addition & 1 deletion sites/website/src/docs/community/issue-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For some feature requests and bug reports, depending on the user involvement, we

## Releases

Once a PR for a `minor` or `patch` change is merged to master it will be published in the next release. Releases are published Sunday through Thursday evenings (Pacific). To learn more about our release process and planning, please see [Release Planning](/docs/engineering/release-planning).
Once a PR for a `minor` or `patch` change is merged to master it will be published in the next release. Releases are published Sunday through Thursday evenings (Pacific). To learn more about our release process and planning, please see [Release Planning](./release-planning).

## Cleanup

Expand Down

0 comments on commit d00066c

Please sign in to comment.