Skip to content

Commit 05b0498

Browse files
Fix tutorial links (#6311)
1 parent 10996c1 commit 05b0498

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/artifacts-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
cd ffi/npm
179179
make lib/index.mjs
180180
npm install [email protected] --exact
181-
node_modules/typedoc/bin/typedoc lib/index.d.ts --out docs --readme ../../tutorials/js.md --basePath lib
181+
node_modules/typedoc/bin/typedoc lib/index.d.ts --out docs --readme ../../tutorials/using-from-js.md --basePath lib
182182
cd ../..
183183
184184
- name: Upload docs to Google Cloud Storage (non-main)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The design goals of `ICU4X` are:
1616

1717
## Documentation
1818

19-
For an introduction to the project, please visit the ["Introduction to ICU4X for Rust"](tutorials/intro.md) tutorial. Further tutorials can be found in the [tutorial index](tutorials/index.md).
19+
For an introduction to the project, please visit the ["Introduction to ICU4X for Rust"](tutorials/quickstart.md) tutorial. Further tutorials can be found in the [tutorial index](tutorials/index.md).
2020

2121
For technical information on how to use ICU4X, visit our [API docs (latest stable)](https://docs.rs/icu/latest/) or [API docs (tip of main)](https://unicode-org.github.io/icu4x/rustdoc/icu/).
2222

components/icu/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/icu/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
//! [`BlobDataProvider`]: https://docs.rs/icu_provider_blob/latest/icu_provider_blob/struct.BlobDataProvider.html
119119
//! [`icu_provider_adapters`]: https://docs.rs/icu_provider_adapters/latest/icu_provider_adapters/
120120
//! [`Locale`]: crate::locale::Locale
121-
//! [data management tutorial]: https://github.com/unicode-org/icu4x/blob/main/tutorials/data_provider.md#loading-additional-data-at-runtime
121+
//! [data management tutorial]: https://github.com/unicode-org/icu4x/blob/main/tutorials/data-provider-runtime.md#loading-additional-data-at-runtime
122122
123123
// https://github.com/unicode-org/icu4x/blob/main/documents/process/boilerplate.md#library-annotations
124124
#![cfg_attr(not(any(test, doc)), no_std)]

ffi/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//!
3939
//! More information on using ICU4X from C++ can be found in [our tutorial].
4040
//!
41-
//! [our tutorial]: https://github.com/unicode-org/icu4x/blob/main/tutorials/cpp.md
41+
//! [our tutorial]: https://github.com/unicode-org/icu4x/blob/main/tutorials/using-from-cpp.md
4242
//! [TypeScript]: https://unicode-org.github.io/icu4x/tsdoc
4343
//! [C++]: https://unicode-org.github.io/icu4x/cppdoc
4444

provider/baked/src/export.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! This module can be used as a target for the `icu_provider_export` crate.
88
//!
9-
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data_management.md) for more information about different data providers.
9+
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data-management.md) for more information about different data providers.
1010
//!
1111
//! # Examples
1212
//!

provider/blob/src/export/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! This module can be used as a target for the `icu_provider_export` crate.
88
//!
9-
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data_management.md) for more information about different data providers.
9+
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data-management.md) for more information about different data providers.
1010
//!
1111
//! # Examples
1212
//!

provider/export/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/export/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! For command-line usage, see the [`icu4x-datagen` binary](https://crates.io/crate/icu4x-datagen).
99
//!
10-
//! Also see our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data_management.md).
10+
//! Also see our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data-management.md).
1111
//!
1212
//! # Examples
1313
//!

provider/fs/src/export/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! This module can be used as a target for the `icu_provider_export` crate.
88
//!
9-
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data_management.md) for more information about different data providers.
9+
//! See our [datagen tutorial](https://github.com/unicode-org/icu4x/blob/main/tutorials/data-management.md) for more information about different data providers.
1010
//!
1111
//! # Examples
1212
//!

tools/config.doxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ WARN_LOGFILE =
906906
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
907907
# Note: If this tag is empty the current directory is searched.
908908

909-
INPUT = ffi/capi/bindings/cpp tutorials/cpp.md
909+
INPUT = ffi/capi/bindings/cpp tutorials/using-from-cpp.md
910910

911911
# This tag can be used to specify the character encoding of the source files
912912
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)