Skip to content

Commit a58c4bc

Browse files
Merge pull request #466 from geodynamics/baagaard/fix-typo
Update manual URL; fix typo in release notes
2 parents 908eb88 + c97778c commit a58c4bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some features present in v2.2.2, such as spontaneous rupture and finite strain,
2626
* Automatically assign label value for fault cohesive cells (`id` setting is obsolete).
2727
* Use `description` for descriptive labels and `label` and `label_value` for tagging entities. PyLith's use of`label` and `label_value` now corresponds to PETSc labels and label values.
2828

29-
### Deprecated fetures
29+
### Deprecated features
3030

3131
* We plan to discontinue support for reading LaGriT mesh files in version 3.2. \
3232
Gmsh provides an open-source alternative with a graphical user interface.

pylith/apps/PyLithApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def citations(self):
164164
" organization = {Computational Infrastructure for Geodynamics (CIG)},\n"
165165
" address = {University of California, Davis},\n"
166166
" year = {%d},\n"
167-
" note = {http://www.geodynamics.org/cig/software/pylith/pylith\_manual-%s.pdf}\n"
167+
" note = {https://pylith.readthedocs.io/en/v%s}\n"
168168
"}\n" % (verNum, verYear, verNum)
169169
)
170170

release-notes/announce_v3.0.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Version 3.0.0 includes major changes to the underlying finite-element formulatio
3535
* Automatically assign label value for fault cohesive cells (`id` setting is obsolete).
3636
* Use `description` for descriptive labels and `label` and `label_value` for tagging entities. PyLith's use of`label` and `label_value` now corresponds to PETSc labels and label values.
3737

38-
### Deprecated fetures
38+
### Deprecated features
3939

4040
We plan to discontinue support for reading LaGriT mesh files in version 3.2. Gmsh provides an open-source alternative with a graphical user interface.
4141

0 commit comments

Comments
 (0)