Browse Source

Updated README some more

master
nitowa 2 years ago
parent
commit
a32617ff26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -32,7 +32,7 @@ To prove the feasibility of this approach, this project contains a small example
32 32
 
33 33
 <img src="https://i.imgur.com/5gYLuYc.png" alt="shoutbox" width="450"/>
34 34
 
35
-The exact procedure is more easily explained in code than visually. The presented code snippets should be considered pseudocode, but if you're interested in the exact steps please take a look into `src/frontend/src/app/services/ShoutboxData.service.ts`. The actual implementation isn't any more complex than the steps below but they were altered for readability reasons.
35
+The exact procedure is more easily explained in code than visually. The presented code snippets should be considered pseudocode, but if you're interested in the exact steps please take a look into [ShoutboxData.service.ts](https://gitea.nitowa.xyz/nitowa/httxrp/src/branch/master/src/frontend/src/app/services/ShoutboxData.service.ts). The actual implementation isn't any more complex than the steps below but they were altered for readability reasons.
36 36
 
37 37
 ### Submitting a new shout to the shoutbox
38 38
 ```js

Loading…
Cancel
Save