Skip to content

Commit 1d75d42

Browse files
[lldb][Docs] Update links in Data Formatter section (llvm#66474)
Neither actually linked anywhere, but I did find a good target for the introduction. For the architecture side I don't see a page that would fit, so I've just removed the sentence.
1 parent 57cf689 commit 1d75d42

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lldb/docs/resources/overview.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ wide variety of classes are implemented:
8080
- Source manager
8181
- Value objects
8282

83-
Dataformatters
84-
--------------
83+
Data Formatters
84+
---------------
8585

8686
A collection of classes that implement the data formatters subsystem.
8787

@@ -92,9 +92,7 @@ layers to the implementation: DataVisualization at the highest end of the
9292
spectrum, backed by classes implementing individual formatters, matching rules,
9393
etc.
9494

95-
For a general user-level introduction to data formatters, you can look here.
96-
97-
More details on the architecture are to be found here.
95+
For an introduction to data formatters, see :doc:`/use/variable`.
9896

9997
Expression
10098
----------

0 commit comments

Comments
 (0)