Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link install plugin popup #6698

Merged
merged 2 commits into from Jul 9, 2020
Merged

Fix broken link install plugin popup #6698

merged 2 commits into from Jul 9, 2020

Conversation

akhilmhdh
Copy link
Contributor

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

Description of what you did:

Fixed read the doc button link. #6669
The button was broken with an old link. Replaced it with new link.

New link for documentation that pops up as overlay in Strapi. (plugin install blocker)
IamLizu
IamLizu previously approved these changes Jun 28, 2020
lauriejim
lauriejim previously approved these changes Jun 29, 2020
@lauriejim lauriejim changed the title fixed broken link Fix broken link install plugin popup Jun 29, 2020
@lauriejim lauriejim added source: core:admin Source is core/admin package issue: enhancement Issue suggesting an enhancement to an existing feature labels Jun 29, 2020
@lauriejim lauriejim added this to the 3.0.6 milestone Jun 29, 2020
@@ -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/v3.x/getting-started/introduction.html"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are just going to direct them to the documentation (and not the specific page) then we should just set the link to https://strapi.io/documentation which will prevent further issues if the path changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@derrickmehaffy Damn. My mistake. Yah that would definitely prevent future issues. Updating the requested change.

@akhilmhdh akhilmhdh dismissed stale reviews from lauriejim and IamLizu via 8735eaf July 9, 2020 07:46
@codecov
Copy link

codecov bot commented Jul 9, 2020

Codecov Report

Merging #6698 into master will increase coverage by 0.18%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6698      +/-   ##
==========================================
+ Coverage   19.86%   20.05%   +0.18%     
==========================================
  Files         857      858       +1     
  Lines       12078    12049      -29     
  Branches     1963     1951      -12     
==========================================
+ Hits         2399     2416      +17     
+ Misses       8094     8062      -32     
+ Partials     1585     1571      -14     
Flag Coverage Δ
#front 14.67% <0.00%> (+<0.01%) ⬆️
#unit 42.45% <95.00%> (+1.18%) ⬆️
Impacted Files Coverage Δ
...-manager/admin/src/components/DynamicZone/index.js 0.00% <ø> (ø)
...lder/admin/src/containers/FormModal/utils/forms.js 0.00% <0.00%> (ø)
.../containers/InputModalStepper/InputModalStepper.js 0.00% <ø> (ø)
...-upload/admin/src/containers/ModalStepper/index.js 0.00% <ø> (ø)
...-permissions/admin/src/components/ListRow/index.js 0.00% <ø> (ø)
...rmissions/controllers/validation/email-template.js 95.00% <95.00%> (ø)
packages/strapi-plugin-upload/services/Upload.js 17.03% <0.00%> (-0.62%) ⬇️
...kages/strapi-admin/admin/src/translations/index.js 100.00% <0.00%> (ø)
...trapi-admin/admin/src/containers/AuthPage/index.js 0.00% <0.00%> (ø)
...trapi-plugin-email/admin/src/translations/index.js 0.00% <0.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6774667...8735eaf. Read the comment docs.

Copy link
Member

@derrickmehaffy derrickmehaffy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this should prevent future issues if the docs change

@alexandrebodin alexandrebodin merged commit b8271dd into strapi:master Jul 9, 2020
@akhilmhdh akhilmhdh deleted the fix/dead-link-overlay branch July 9, 2020 20:27
gilfernandes pushed a commit to onepointconsulting/strapi that referenced this pull request Aug 13, 2020
* 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

Signed-off-by: Gil Fernandes <gil.fernandes@onepointltd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature source: core:admin Source is core/admin package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants