Skip to content

Comments

Fix cross document links#173

Merged
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:pr/fix-links
Feb 19, 2026
Merged

Fix cross document links#173
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:pr/fix-links

Conversation

@mvandeberg
Copy link
Contributor

Closes #172

@coderabbitai
Copy link

coderabbitai bot commented Feb 19, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (37)
  • doc/modules/ROOT/pages/2.cpp20-coroutines/2b.syntax.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/2.cpp20-coroutines/2c.machinery.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/2.cpp20-coroutines/2d.advanced.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/3.concurrency/3b.synchronization.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/3.concurrency/3c.advanced.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/3.concurrency/3d.patterns.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4b.launching.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4c.executors.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4d.io-awaitable.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4e.cancellation.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4f.composition.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.coroutines/4g.allocators.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5a.overview.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5b.types.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5c.sequences.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5d.system-io.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5e.algorithms.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/5.buffers/5f.dynamic.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6a.overview.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6b.streams.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6c.sources-sinks.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6d.buffer-concepts.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6e.algorithms.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/6.streams/6f.isolation.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7a.hello-task.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7b.producer-consumer.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7c.buffer-composition.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7d.mock-stream-testing.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7e.type-erased-echo.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7f.timeout-cancellation.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7g.parallel-fetch.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7h.custom-dynamic-buffer.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7i.echo-server-corosio.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/7.examples/7j.stream-pipeline.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/8.design/8d.ReadSource.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/8.design/8j.any_buffer_sink.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/8.design/8k.Executor.adoc is excluded by !**/doc/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://173.capy.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-19 18:40:52 UTC

@mvandeberg
Copy link
Contributor Author

I did not check every link, but spot checking a few known bad links are correct now.

@mvandeberg mvandeberg merged commit b024ab5 into cppalliance:develop Feb 19, 2026
14 of 15 checks passed
@mvandeberg mvandeberg deleted the pr/fix-links branch February 19, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cross-document links in 4b.launching.adoc don't render correctly

2 participants