Skip to content

Commit 1e6842c

Browse files
committed
Fix broken docs links
1 parent b53d23a commit 1e6842c

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)