We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3144d3f commit dded4b1Copy full SHA for dded4b1
_plugins/redirects.rb
@@ -42,7 +42,8 @@ def latest_version_in(dir)
42
Dir.chdir(site.dest) do
43
links.each_pair { |key, value|
44
if value
45
- system "ln -s #{Shellwords.escape(value)} #{Shellwords.escape(key)}"
+ # system "ln -s #{Shellwords.escape(value)} #{Shellwords.escape(key)}"
46
+ system "true"
47
end
48
}
49
0 commit comments