Skip to content

Commit

Permalink
Fix broken link install plugin popup (#6698)
Browse files Browse the repository at this point in the history
* fixed broken link

New link for documentation that pops up as overlay in Strapi. (plugin install blocker)

* updated the requested change for fix broken link
  • Loading branch information
akhilmhdh committed Jul 9, 2020
1 parent b03cb74 commit b8271dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class OverlayBlocker extends React.Component {
<div className="buttonContainer">
<a
className={cn('primary', 'btn')}
href="https://strapi.io/documentation/configurations/configurations.html#server"
href="https://strapi.io/documentation"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit b8271dd

Please sign in to comment.