summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-15 08:38:36 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-15 08:41:21 +0900
commit928cb6eeb6497f9e59ccde394cde60319c63b371 (patch)
tree19c2ec3760ef0fd0017ffcec5a19e92008bb58ec /NEWS.md
parent78fad67ce67048b99c9b4e91b87444b1db2b82e8 (diff)
NEWS: make links to label [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 245990ab8a..a4dc422258 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -108,9 +108,12 @@ sufficient information, see the ChangeLog file or Redmine
* Interpolated String literals are no longer frozen when
`# frozen-string-literal: true` is used. [[Feature #17104]]
-* A static analysis foundation is introduced. See "Static analysis" section in detail.
- * RBS is introduced. It is a type definition language for Ruby programs.
- * TypeProf is experimentally bundled. It is a type analysis tool for Ruby programs.
+* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
+ introduced.
+ * {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
+ language for Ruby programs.
+ * {TypeProf}[rdoc-label:label-TypeProf] is experimentally bundled. It is a
+ type analysis tool for Ruby programs.
## Command line options