From 9adf74775e8ba38f85937ec4093e90721a35ee7f Mon Sep 17 00:00:00 2001 From: Herbert Reiter <46045854+damoasda@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:13:59 +0100 Subject: [PATCH] Defektes Links korrigieren --- src/ch05-03-method-syntax.md | 2 +- ...ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ch05-03-method-syntax.md b/src/ch05-03-method-syntax.md index 283e4d67..c33829a1 100644 --- a/src/ch05-03-method-syntax.md +++ b/src/ch05-03-method-syntax.md @@ -406,5 +406,5 @@ weiteres Werkzeug in deinen Werkzeugkasten zu legen. [enums]: ch06-00-enums.html [modules]: ch07-02-defining-modules-to-control-scope-and-privacy.html -[public]: ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html#pfade-mit-dem-schlüsselwort-pub-öffnen +[public]: ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html#pfade-mit-dem-schlüsselwort-pub-öffentlich-machen [trait-objects]: ch17-02-trait-objects.html diff --git a/src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md b/src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md index a128976d..10cec007 100644 --- a/src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md +++ b/src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md @@ -462,4 +462,4 @@ und `use` kombiniert. [api-guidelines]: https://rust-lang.github.io/api-guidelines/ [ch12]: ch12-00-an-io-project.html -[pub]: #pfade-mit-dem-schlüsselwort-pub-öffnen +[pub]: #pfade-mit-dem-schlüsselwort-pub-öffentlich-machen