Fix this llink

This commit is contained in:
Ethan O'Brien 2024-05-16 19:06:30 -05:00
parent f7552812c9
commit 3ce29b357a

View file

@ -56,7 +56,7 @@ function Bonus() {
/> />
<button type="submit">Submit</button> <button type="submit">Submit</button>
</form> </form>
<p>You can find a list of available login bonus IDs <a href="https://github.com/ethanaobrien/ew/blob/main/src/router/json/login_bonus.json">here</a>. You should input the <code>id</code> field</p> <p>You can find a list of available login bonus IDs <a href="https://github.com/ethanaobrien/ew/blob/main/src/router/databases/json/login_bonus.json">here</a>. You should input the <code>id</code> field</p>
</div> </div>
); );
} }