Skip to content

Commit

Permalink
fix wiki link in navi
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfaust committed Aug 19, 2024
1 parent b5cf1b1 commit b2f1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/navi.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Configuration</h2>
<td class='navi' style='width: 50px'></td>
<td class='navi' name='navi' id='handleFiles' onclick='highlightNavi(this)' style='width: 100px'><a href='/web/handlefiles.html' target="frame_main">Files</a></td>
<td class='navi' style='width: 50px'></td>
<td class='navi' name='navi' id='wiki' style='width: 100px'><a href='https://github.com/tobiasfaust/ESP8266_PumpControl/wiki' target='_blank'>Wiki</a></td>
<td class='navi' name='navi' id='wiki' style='width: 100px'><a href='https://github.com/tobiasfaust/ESP32_PumpControl/wiki' target='_blank'>Wiki</a></td>
<td class='navi' style='width: 50px'></td>
</tr>
</table>
Expand Down

0 comments on commit b2f1449

Please sign in to comment.