Skip to content

Commit

Permalink
Adjust some broken links on old MD files.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Oct 30, 2023
1 parent bb52ee9 commit e4ff205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions doc/legacy/tools/ikvmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
The `ikvmc` tool converts Java bytecode to .NET DLL and EXE files.

- [Usage](#usage)
- [Options](#options)
- [Notes](#notes)
- [Examples](#examples)
- [Single jar file](#single-jar-file)
- [jar file and class files to a single exe](#jar-file-and-class-files-to-a-single-exe)
- [jar file to dll and class files to an exe](#jar-file-to-dll-and-class-files-to-an-exe)
- [Warnings](#warnings)
- [Usage]
- [Options]
- [Notes]
- [Examples]
- [Single jar file]
- [jar file and class files to a single exe]
- [jar file to dll and class files to an exe]
- [Warnings]

## Usage

Expand Down Expand Up @@ -146,7 +146,7 @@ When processing multiple input `.jar` files that contain duplicate classes / res

- When converting a Java application with `ikvmc`, for best results, list the `.jar`s on the `ikvmc` command line in the same order that they appear in the Java application's classpath.
See also the concepts of [ClassLoader](../class-loader.md).
- [ikvmc messages](ikvmc-messages.md)
- [ikvmc messages]


## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/ikvmc/ikvmc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedToolRuntimes)</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
Expand Down

0 comments on commit e4ff205

Please sign in to comment.