mirror of
https://github.com/strapi/strapi.git
synced 2025-12-15 09:12:02 +00:00
Fix broken link install plugin popup (#6698)
* 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
This commit is contained in:
parent
b03cb74832
commit
b8271dd403
@ -73,7 +73,7 @@ class OverlayBlocker extends React.Component {
|
|||||||
<div className="buttonContainer">
|
<div className="buttonContainer">
|
||||||
<a
|
<a
|
||||||
className={cn('primary', 'btn')}
|
className={cn('primary', 'btn')}
|
||||||
href="https://strapi.io/documentation/configurations/configurations.html#server"
|
href="https://strapi.io/documentation"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user