Skip to content

Commit 2ed685f

Browse files
committed
Update examples
1 parent a865915 commit 2ed685f

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Examples of non-Java projects:
2121
* xref:examples:miscellaneous/bun.adoc[]
2222
* xref:examples:miscellaneous/cpp.adoc[]
2323
* xref:examples:miscellaneous/crystal.adoc[]
24-
* xref:examples:miscellaneous/csharp-cross-platform.adoc[]
24+
* xref:examples:miscellaneous/csharp.adoc[]
2525
* xref:examples:miscellaneous/deno.adoc[]
2626
* xref:examples:miscellaneous/elixir.adoc[]
2727
* xref:examples:miscellaneous/go.adoc[]
@@ -31,7 +31,7 @@ Examples of non-Java projects:
3131
* xref:examples:miscellaneous/odin.adoc[]
3232
* xref:examples:miscellaneous/pascal.adoc[]
3333
* xref:examples:miscellaneous/perl.adoc[]
34-
* xref:examples:miscellaneous/rust-cross-platform.adoc[]
34+
* xref:examples:miscellaneous/rust.adoc[]
3535
* xref:examples:miscellaneous/swift.adoc[]
3636
* xref:examples:miscellaneous/zig.adoc[]
3737

docs/modules/examples/nav.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*** xref:miscellaneous/bun.adoc[]
2525
*** xref:miscellaneous/cpp.adoc[]
2626
*** xref:miscellaneous/crystal.adoc[]
27-
*** xref:miscellaneous/csharp-cross-platform.adoc[]
27+
*** xref:miscellaneous/csharp.adoc[]
2828
*** xref:miscellaneous/deno.adoc[]
2929
*** xref:miscellaneous/elixir.adoc[]
3030
*** xref:miscellaneous/go.adoc[]
@@ -34,6 +34,6 @@
3434
*** xref:miscellaneous/odin.adoc[]
3535
*** xref:miscellaneous/pascal.adoc[]
3636
*** xref:miscellaneous/perl.adoc[]
37-
*** xref:miscellaneous/rust-cross-platform.adoc[]
37+
*** xref:miscellaneous/rust.adoc[]
3838
*** xref:miscellaneous/swift.adoc[]
3939
*** xref:miscellaneous/zig.adoc[]
File renamed without changes.

docs/modules/examples/pages/miscellaneous/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* xref:miscellaneous/bun.adoc[]
88
* xref:miscellaneous/cpp.adoc[]
99
* xref:miscellaneous/crystal.adoc[]
10-
* xref:miscellaneous/csharp-cross-platform.adoc[]
10+
* xref:miscellaneous/csharp.adoc[]
1111
* xref:miscellaneous/deno.adoc[]
1212
* xref:miscellaneous/elixir.adoc[]
1313
* xref:miscellaneous/go.adoc[]
@@ -17,7 +17,7 @@
1717
* xref:miscellaneous/odin.adoc[]
1818
* xref:miscellaneous/pascal.adoc[]
1919
* xref:miscellaneous/perl.adoc[]
20-
* xref:miscellaneous/rust-cross-platform.adoc[]
20+
* xref:miscellaneous/rust.adoc[]
2121
* xref:miscellaneous/swift.adoc[]
2222
* xref:miscellaneous/zig.adoc[]
2323

docs/modules/examples/pages/miscellaneous/rust-cross-platform.adoc renamed to docs/modules/examples/pages/miscellaneous/rust.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ The link:https://github.com/jreleaser/helloworld-rustx[] repository shows the co
77
** `x86_64-apple-darwin`
88
** `x86_64-pc-windows-msvc`
99
** `x86_64-unknown-linux-gnu`
10-
- Use `cross` to compile for `aarch64-unknown-linux-gnu`
11-
- Use `lipo` to generate an universal binary for apple-darwin
10+
** `aarch_64-unknown-linux-gnu`
1211
- Assemble zip distributions with JReleaser
1312
- Create rolling early-access releases with JReleaser on every push to `main` branch
1413

1514
IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
1615
More information about environment variable configuration may be found xref:reference:environment.adoc[here].
17-
18-
Original code based on link:https://andresalmiray.com/releasing-rust-binaries-with-jreleaser/[Releasing Rust Binaries with JReleaser].

0 commit comments

Comments
 (0)