Skip to content

Commit 171e801

Browse files
committed
Fixing a link.
1 parent 23b40b7 commit 171e801

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/solutions/io/files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ tags:
125125
#. handle lines containing text: a line containing "This is 1 test" should simply be ignored.
126126

127127
<details><summary>Solution</summary>
128-
```{download="./code/projects/FileSumNumber.zip"}
129-
!include`snippetStart="// Beginning of solution.",snippetEnd="// This is simply to open the file and read it back"` code/projects/FileSumNumber/FileSumNumber/Program.cs
128+
```{download="./code/projects/FileSumNumbers.zip"}
129+
!include`snippetStart="// Beginning of solution.",snippetEnd="// This is simply to open the file and read it back"` code/projects/FileSumNumbers/FileSumNumbers/Program.cs
130130
```
131131
</details>
132132

0 commit comments

Comments
 (0)