Skip to content

Commit 327d28f

Browse files
committed
Docs: Broken link
1 parent c125f7a commit 327d28f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

InnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2024.1.7.0"
5+
#define MyAppVersion "2024.4.1.0"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2024.1.7.0")]
10-
[assembly: AssemblyFileVersion("2024.1.7.0")]
9+
[assembly: AssemblyVersion("2024.4.1.0")]
10+
[assembly: AssemblyFileVersion("2024.4.1.0")]

Website/docs/changelog/next-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Release date: **xx.xx.2023**
2020
**Network Interfaces**
2121

2222
- Adding an additional IPv4 address to the network adapter will enable the `netsh` option `dhcpstaticipcoexistence` if the network adapter is configured to use DHCP [#2656](https://github.com/BornToBeRoot/NETworkManager/pull/2656)
23-
See <https://borntoberoot.net/NETworkManager/docs/application/network-interface#configure> for more information.
23+
See [this](../application/network-interface.md#configure) for more information.
2424

2525
## What's new?
2626

0 commit comments

Comments
 (0)