Skip to content

Commit

Permalink
Fixing broken reference link for Inconel Alloy 617 (terrapower#557)
Browse files Browse the repository at this point in the history
* Fixing broken reference link for Inconel Alloy 617
  • Loading branch information
john-science authored and scottyak committed Oct 27, 2022
1 parent c5b8764 commit f1b696b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions armi/materials/inconel.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
class Inconel(Material):
name = "Inconel"
references = {
"mass fractions": "http://www.specialmetals.com/documents/Inconel%20alloy%20617.pdf",
"density": "http://www.specialmetals.com/documents/Inconel%20alloy%20617.pdf",
"mass fractions": "https://www.specialmetals.com/documents/technical-bulletins/inconel/inconel-alloy-617.pdf",
"density": "https://www.specialmetals.com/documents/technical-bulletins/inconel/inconel-alloy-617.pdf",
}

def setDefaultMassFracs(self):
Expand Down
2 changes: 1 addition & 1 deletion doc/user/inputs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARMI input files define the initial state of the reactor model and tell ARMI wha
performed on it.

.. note:: We have an :doc:`input walkthrough </tutorials/walkthrough_inputs>` tutorial for a quick
overview of th inputs.
overview of the inputs.

There are several input files:

Expand Down

0 comments on commit f1b696b

Please sign in to comment.