Skip to content

Commit bbe7417

Browse files
committed
Test for broken links and optimize YAML headers
1 parent 30037d5 commit bbe7417

19 files changed

+1
-21
lines changed

doc/user/compatibility.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Compatibility
55
permalink: /reference-manual/ruby/Compatibility/
6-
redirect_from: /docs/reference-manual/ruby/Compatibility/
76
---
87
# Compatibility
98

doc/user/debugging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Debugging Ruby
55
permalink: /reference-manual/ruby/Debugging/
6-
redirect_from: /docs/reference-manual/ruby/Debugging/
76
---
87
# Debugging TruffleRuby
98

doc/user/deploying.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Runtime Configurations
55
permalink: /reference-manual/ruby/RuntimeConfigurations/
6-
redirect_from: /docs/reference-manual/ruby/RuntimeConfigurations/
76
---
87
# Deploying TruffleRuby
98

doc/user/faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: FAQ
55
permalink: /reference-manual/ruby/FAQ/
6-
redirect_from: /docs/reference-manual/ruby/FAQ/
76
---
87
# Frequently Asked Questions
98

doc/user/installing-graalvm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Using Ruby with GraalVM
55
permalink: /reference-manual/ruby/InstallingGraalVM/
6-
redirect_from: /docs/reference-manual/ruby/InstallingGraalVM/
76
---
87
# Using TruffleRuby with GraalVM
98

@@ -59,8 +58,7 @@ languages/ruby/lib/truffle/post_install_hook.sh
5958
$(path/to/graalvm/bin/ruby -e 'print RbConfig::CONFIG["prefix"]')/lib/truffle/post_install_hook.sh
6059
```
6160

62-
You can also download the Ruby component (`ruby-installable-...`) manually from
63-
https://github.com/oracle/truffleruby/releases/latest.
61+
You can also download the latest Ruby component (`ruby-installable-...`) manually from [GitHub](https://github.com/oracle/truffleruby/releases/latest).
6462
Then install it with `gu install --file path/to/ruby-installable-...`.
6563

6664
If you are installing Ruby into GraalVM Enterprise, then you need to download the Ruby

doc/user/installing-libssl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Installing `libssl`
55
permalink: /reference-manual/ruby/Installinglibssl/
6-
redirect_from: /docs/reference-manual/ruby/Installinglibssl/
76
---
87
# Installing `libssl`
98

doc/user/installing-llvm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Installing Make and GCC
55
permalink: /reference-manual/ruby/InstallingLLVM/
6-
redirect_from: /docs/reference-manual/ruby/InstallingLLVM/
76
---
87
# Installing Make and GCC
98

doc/user/installing-zlib.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Installing `zlib`
55
permalink: /reference-manual/ruby/Installingzlib/
6-
redirect_from: /docs/reference-manual/ruby/Installingzlib/
76
---
87
# Installing `zlib`
98

doc/user/jruby-migration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Migration from JRuby to Ruby
55
permalink: /reference-manual/ruby/JRubyMigration/
6-
redirect_from: /docs/reference-manual/ruby/JRubyMigration/
76
---
87
# Migration from JRuby to TruffleRuby
98

doc/user/known-cves.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: ruby
44
link_title: Security
55
permalink: /reference-manual/ruby/KnownCVEs/
6-
redirect_from: /docs/reference-manual/ruby/KnownCVEs/
76
---
87
# Security
98

0 commit comments

Comments
 (0)