From 876ea59fc4bcdd7cd635424ca434dc57ef563d47 Mon Sep 17 00:00:00 2001 From: Goh Matsumoto Date: Tue, 10 Jan 2023 00:37:24 +0900 Subject: [PATCH] Fix Relish's links --- source/documentation.html.slim | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/source/documentation.html.slim b/source/documentation.html.slim index eee053e91..f7e97f790 100644 --- a/source/documentation.html.slim +++ b/source/documentation.html.slim @@ -53,4 +53,19 @@ section Cucumber to ensure they are always up-to-date with the current code base. ul - li= link_to 'http://relishapp.com/rspec', 'http://relishapp.com/rspec' + li + b + | rspec-core:  + = link_to 'https://relishapp.com/rspec/rspec-core/docs', 'https://relishapp.com/rspec/rspec-core/docs' + li + b + | rspec-expectations:  + = link_to 'https://relishapp.com/rspec/rspec-expectations/docs', 'https://relishapp.com/rspec/rspec-expectations/docs' + li + b + | rspec-mocks:  + = link_to 'https://relishapp.com/rspec/rspec-mocks/docs', 'https://relishapp.com/rspec/rspec-mocks/docs' + li + b + | rspec-rails:  + = link_to 'https://relishapp.com/rspec/rspec-rails/docs', 'https://relishapp.com/rspec/rspec-rails/docs'