Skip to content

Commit ad688a3

Browse files
Merge pull request #94 from parthivrh/fix-basic-md-link
chore(ci-release): Moved sourceLink to yaml block
2 parents 9c069ce + ba13606 commit ad688a3

File tree

1 file changed

+2
-2
lines changed
  • packages/module/patternfly-docs/content/examples

1 file changed

+2
-2
lines changed

packages/module/patternfly-docs/content/examples/basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ source: react
1010
# If you use typescript, the name of the interface to display props for
1111
# These are found through the sourceProps function provided in patternfly-docs.source.js
1212
propComponents: ['FeedbackModalProps']
13-
---
1413

15-
[Visit the source link](https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md)
14+
sourceLink: https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md
15+
---
1616

1717
import { FeedbackModal } from "@patternfly/react-user-feedback";
1818
import feedbackImage from '@patternfly/react-user-feedback/dist/esm/images/rh_feedback.svg';

0 commit comments

Comments
 (0)