Closed tomczak-mateusz closed 1 year ago
@JonRowe If I replace 3.12
in https://rspec.info/documentation/3.12/rspec-core/RSpec/Core/Configuration.html#disable_monkey_patching!-instance_method to latest
, it redirects to the right page, but the #disable_monkey_patching!-instance_method
anchor is lost.
@pirj hi, correct, it's the same case for me.
btw I have tried to open Pull Request with updates for links from RelishApp to RSpec.info around the whole repository, but while doing so I'm getting 403 error:
➜ rspec-core git:(main) git checkout -b issue-3031
Switched to a new branch 'issue-3031'
➜ rspec-core git:(issue-3031) git push -u origin issue-3031
remote: Permission to rspec/rspec-core.git denied to tomczak-mateusz.
fatal: unable to access 'https://github.com/rspec/rspec-core.git/': The requested URL returned error: 403
any ideas what's wrong with this flow? :confused: it's not clear to me after following https://github.com/rspec/rspec-core#contributing
It's missing from the docs, but normally, you fork the repo, push the changes to your forked repo, and send a PR upstream.
@pirj thanks, gonna try the proposed path
@JonRowe I would also like to suggest to update the GitHub repository 'About' url from : relishapp.com/rspec/rspec-core to https://rspec.info/documentation/latest/rspec-core/ as it might be currently confusing for the users that are not aware that Relish docs are down.
Nice catch. Other repos, too, and rspec-rails
to https://rspec.info/documentation/latest/rspec-rails
@pirj @JonRowe I have taken the opportunity to open the issues for 'About' url updates in each of the repos that mentions Relish for consistency & track ability:
rspec-core
: https://github.com/rspec/rspec-core/issues/3032
rspec-mocks
: https://github.com/rspec/rspec-mocks/issues/1543
rspec-expectations
: https://github.com/rspec/rspec-expectations/issues/1417
@JonRowe If I replace
3.12
in https://rspec.info/documentation/3.12/rspec-core/RSpec/Core/Configuration.html#disable_monkey_patching!-instance_method tolatest
, it redirects to the right page, but the#disable_monkey_patching!-instance_method
anchor is lost.
@JonRowe if it's possible to fix rspec.info docs to work with latest in the url path and to not drop the anchor part like in the example above - I would be very happy to update all Relish related links in rspec-core
, rspec-rails
, rspec-mocks
, and rspec-expectations
to work with rspec.info.
Please confirm if that's doable. :wink:
Fixed in #3035
Remove of the link in generated content was released in 3.12.2
Subject of the issue
disable_monkey_patching url in spec helper template links to unavailable Relish documentation
As I have read on page: https://rspec.info/documentation/ - RSpec documentation is being moved to rspec.info from RelishApp:
I have opened this issue as it might be confusing for the fresh RSpec users to hit the unavailable link.
Your environment
Steps to reproduce
For more details, see
link: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-modeExpected behavior
Actual behavior