Skip to content

Commit 5f2b1bf

Browse files
committed
Docs: fix curly bracket language wikipedia anchor
1 parent c3bf567 commit 5f2b1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Solidity
44
Solidity is an object-oriented, high-level language for implementing smart contracts.
55
Smart contracts are programs that govern the behavior of accounts within the Ethereum state.
66

7-
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_ designed to target the Ethereum Virtual Machine (EVM).
7+
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly_bracket_languages>`_ designed to target the Ethereum Virtual Machine (EVM).
88
It is influenced by C++, Python, and JavaScript.
99
You can find more details about which languages Solidity has been inspired by in the :doc:`language influences <language-influences>` section.
1010

docs/language-influences.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language Influences
33
###################
44

5-
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_
5+
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly_bracket_languages>`_
66
that has been influenced and inspired by several well-known programming languages.
77

88
Solidity is most profoundly influenced by C++, but also borrowed concepts from languages like

0 commit comments

Comments
 (0)