Skip to content

Commit 3bd783d

Browse files
authored
Merge pull request #16033 from ethereum/fix-docs-links
Fix broken docs links
2 parents b53d23a + 1e6842c commit 3bd783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contracts/inheritance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Multiple Inheritance and Linearization
548548

549549
Languages that allow multiple inheritance have to deal with
550550
several problems. One is the `Diamond Problem <https://en.wikipedia.org/wiki/Multiple_inheritance#The_diamond_problem>`_.
551-
Solidity is similar to Python in that it uses "`C3 Linearization <https://en.wikipedia.org/wiki/C3_linearization>`_"
551+
Solidity is similar to Python in that it uses C3 Linearization
552552
to force a specific order in the directed acyclic graph (DAG) of base classes. This
553553
results in the desirable property of monotonicity but
554554
disallows some inheritance graphs. Especially, the order in

0 commit comments

Comments
 (0)