Skip to content

Commit 8cde85a

Browse files
authored
fix: Supported elements in DOLFINx link was broken.
1 parent e21bc37 commit 8cde85a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chapter1/fundamentals_code.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@
124124
" Once the mesh has been created, we can create the finite element function space $V$.\n",
125125
"The finite element function space does not need to be the same as the one used to describe the mesh.\n",
126126
"DOLFINx supports a wide range of arbitrary order finite element function spaces, see:\n",
127-
"[Supported elements in DOLFINx](https://defelement.org/lists/implementations/basix.ufl.html)\n",
127+
"[Supported elements in DOLFINx](https://defelement.org/lists/implementations/basix_ufl.html)\n",
128128
"for an extensive list.\n",
129129
"To create a function space, we need to specify what mesh the space is defined on,\n",
130-
"what element famil the space is based on, and the degree of the element.\n",
131-
"These can for instance be defned through a tuple `(\"family\", degree)`, as shown below"
130+
"what element family the space is based on, and the degree of the element.\n",
131+
"These can for instance be defined through a tuple `(\"family\", degree)`, as shown below"
132132
]
133133
},
134134
{

0 commit comments

Comments
 (0)