mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 16:08:11 +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">
|
||||
<a
|
||||
className={cn('primary', 'btn')}
|
||||
href="https://strapi.io/documentation/configurations/configurations.html#server"
|
||||
href="https://strapi.io/documentation"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user