Skip to content

Commit 1c1f42e

Browse files
neelkapsealexreardon
authored andcommitted
Fix broken example source link (#1121)
1 parent c782b2a commit 1c1f42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/patterns/using-a-portal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ If your `Draggable` does not have many children nodes then you are welcome to us
2424

2525
<!-- TODO: embed example here on new website -->
2626

27-
We have created a [working example](https://react-beautiful-dnd.netlify.com/?selectedKind=Portals&selectedStory=Using%20your%20own%20portal&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) that uses `React.Portal` to guide you. You can view the [source here](https://github.com/atlassian/react-beautiful-dnd/blob/master/stories/11-portal-story.js)
27+
We have created a [working example](https://react-beautiful-dnd.netlify.com/?selectedKind=Portals&selectedStory=Using%20your%20own%20portal&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) that uses `React.Portal` to guide you. You can view the [source here](https://github.com/atlassian/react-beautiful-dnd/blob/master/stories/11-portal.stories.js).
2828

2929
## Tables
3030

31-
If are doing drag and drop reordering within a `<table>` we have created a portal section inside our [table guide](/docs/patterns/tables)
31+
If you are doing drag and drop reordering within a `<table>` we have created a portal section inside our [table guide](/docs/patterns/tables).

0 commit comments

Comments
 (0)