<!-- Please follow the issue template below for bug reports and feature requests. Also please indicate in the issue title which language/library is concerned. Eg: [JAVA] Bug generating foo with bar --> ##### Description <!-- describe what is the question, suggestion or issue and why this is a problem for you. --> When generating a Ruby client, RSpec files are created with reference comments to https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers. However, since RelishApp is currently unavailable, the referenced content cannot be accessed. The content is accessible on https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ . ref: https://rspec.info/documentation/ ##### openapi-generator version <!-- which version of openapi-generator are you using, is it a regression? --> `OpenAPI Generator version: 6.5.0` ##### Suggest a fix/enhancement <!-- if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit), or simply make a suggestion --> I suggest that replace the URL https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers with a valid RSpec documentation URL, such as https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ .
Description
When generating a Ruby client, RSpec files are created with reference comments to https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers. However, since RelishApp is currently unavailable, the referenced content cannot be accessed.
The content is accessible on https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ .
ref: https://rspec.info/documentation/
openapi-generator version
OpenAPI Generator version: 6.5.0Suggest a fix/enhancement
I suggest that replace the URL https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers with a valid RSpec documentation URL, such as https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ .