From a5221b914f1fff659148b6ce9dd748d8b66280ff Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Thu, 15 Apr 2021 17:59:40 +0200 Subject: [PATCH] Clarify Ruby scraper instructions --- lib/docs/scrapers/rdoc/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/rdoc/ruby.rb b/lib/docs/scrapers/rdoc/ruby.rb index ed7891b4..045d6d4b 100644 --- a/lib/docs/scrapers/rdoc/ruby.rb +++ b/lib/docs/scrapers/rdoc/ruby.rb @@ -3,7 +3,7 @@ module Docs # Instructions: # 1. Download Ruby's source code # 2. Run "./configure && make html" (in the Ruby directory) - # 3. Copy the ".ext/html" directory to "docs/ruby~[version]" + # 3. Copy the contents of the ".ext/html" directory to "docs/ruby~[version]" include FixInternalUrlsBehavior