We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcb385 commit e507386Copy full SHA for e507386
1 file changed
src/output.rs
@@ -68,8 +68,8 @@ pub fn create_output_directory(output_dir: &Path) -> Result<()> {
68
69
/// Used to represent assets in assets output CSV file and other output files.
70
///
71
-/// NB: It may be better to represent assets in these other files with IDs instead, see:
72
-/// https://github.com/EnergySystemsModellingLab/MUSE_2.0/issues/581
+/// NB: It may be better to represent assets in these other files with IDs instead, see
+/// [#581](https://github.com/EnergySystemsModellingLab/MUSE_2.0/issues/581).
73
#[derive(Serialize, Deserialize, Debug, PartialEq)]
74
struct AssetRow {
75
milestone_year: u32,
0 commit comments