Skip to content

Commit a5ffbb3

Browse files
authored
Merge pull request #134 from Jivi-this-side/feat-add-discussion-link
fix: wrap 'development' with anchor link to GitHub Discussion #78.
2 parents d1cd3df + 4c038c7 commit a5ffbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Views/Home/FileUpload.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<button class="btn btn-success">Reset</button>
4040
</div>
4141

42-
<h6 style="text-align: center; margin: 40px;">Note: The Reset feature is currently under development. If you have messed up the application while completing this challenge, please clone the app again from Github. Once defaced, you can copy the original content again from the Github repo. If you are using docker, stop and remove the container and start it again.</h6>
42+
<h6 style="text-align: center; margin: 40px;">Note: The Reset feature is currently under <a href="https://github.com/OWASP/AspGoat/discussions/78" target="_blank" rel="noopener noreferrer"> development</a>. If you have messed up the application while completing this challenge, please clone the app again from Github. Once defaced, you can copy the original content again from the Github repo. If you are using docker, stop and remove the container and start it again.</h6>
4343

4444
<h6 style="margin: 25px;">More Information:</h6>
4545
<ul>

0 commit comments

Comments
 (0)