Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 19, 2024
1 parent 91cfbf9 commit 9fcc708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/features/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- name: GC Notifications
href : core/gcnotif.md
- name: Value References
href: cire/valueref.md
href: core/valueref.md
- name: I/O Enhancements
href: io/index.md
items:
Expand Down
2 changes: 1 addition & 1 deletion features/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a href="core/gcnotif.html" name="" title="GC Notifications">GC Notifications</a>
</li>
<li>
<a href="cire/valueref.md" name="" title="Value References">Value References</a>
<a href="core/valueref.html" name="" title="Value References">Value References</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion features/toc.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

{"items":[{"name":"BCL Enhancements","href":"core/index.html","topicHref":"core/index.html","items":[{"name":"Efficient String Building","href":"core/stringb.html","topicHref":"core/stringb.html"},{"name":"Ad-hoc User Data","href":"core/userdata.html","topicHref":"core/userdata.html"},{"name":"Enum Enhancements","href":"core/enum.html","topicHref":"core/enum.html"},{"name":"Collection Enhancements","href":"core/collections.html","topicHref":"core/collections.html"},{"name":"Optional Type","href":"core/optional.html","topicHref":"core/optional.html"},{"name":"Result Type","href":"core/result.html","topicHref":"core/result.html"},{"name":"Atomic Operations","href":"core/atomic.html","topicHref":"core/atomic.html"},{"name":"Synchronization Enhancements","href":"core/sync.html","topicHref":"core/sync.html"},{"name":"Intrinsics","href":"core/intrinsics.html","topicHref":"core/intrinsics.html"},{"name":"Path MTU Discovery","href":"core/mtu.html","topicHref":"core/mtu.html"},{"name":"Base64 Encoding/Decoding","href":"core/base64.html","topicHref":"core/base64.html"},{"name":"Value Type Enhancements","href":"core/valuetype.html","topicHref":"core/valuetype.html"},{"name":"Soft Reference","href":"core/softref.html","topicHref":"core/softref.html"},{"name":"TypeMap","href":"core/typem.html","topicHref":"core/typem.html"},{"name":"In-Memory Cache","href":"core/cache.html","topicHref":"core/cache.html"},{"name":"GC Notifications","href":"core/gcnotif.html","topicHref":"core/gcnotif.html"},{"name":"Value References","href":"cire/valueref.md","topicHref":"cire/valueref.md"}]},{"name":"I/O Enhancements","href":"io/index.html","topicHref":"io/index.html","items":[{"name":"Alloc vs Pooling","href":"io/rental.html","topicHref":"io/rental.html"},{"name":"Dynamic Buffers","href":"io/buffers.html","topicHref":"io/buffers.html"},{"name":"Memory-Mapped File","href":"io/mmfile.html","topicHref":"io/mmfile.html"}]},{"name":"Threading","href":"threading/index.html","topicHref":"threading/index.html","items":[{"name":"Async Lock","href":"threading/exclusive.html","topicHref":"threading/exclusive.html"},{"name":"Async Reader/Writer Lock","href":"threading/rwlock.html","topicHref":"threading/rwlock.html"},{"name":"Async Reset Event","href":"threading/event.html","topicHref":"threading/event.html"},{"name":"Async Countdown Latch","href":"threading/counter.html","topicHref":"threading/counter.html"},{"name":"Async Barrier","href":"threading/barrier.html","topicHref":"threading/barrier.html"},{"name":"Async Trigger","href":"threading/trigger.html","topicHref":"threading/trigger.html"},{"name":"Correlation Source","href":"threading/correl.html","topicHref":"threading/correl.html"},{"name":"Exchanger","href":"threading/exchanger.html","topicHref":"threading/exchanger.html"},{"name":"Event Hub","href":"threading/hub.html","topicHref":"threading/hub.html"},{"name":"Task Completion Pipe","href":"threading/taskpipe.html","topicHref":"threading/taskpipe.html"},{"name":"Interop with Other Asynchronous Patterns","href":"threading/interop.html","topicHref":"threading/interop.html"},{"name":"Async Lazy","href":"threading/lazy.html","topicHref":"threading/lazy.html"},{"name":"Persistent Channels","href":"threading/channel.html","topicHref":"threading/channel.html"},{"name":"ValueTask Completion Source","href":"threading/tasksrc.html","topicHref":"threading/tasksrc.html"},{"name":"Delayed Tasks","href":"threading/dtask.html","topicHref":"threading/dtask.html"}]},{"name":"Advanced Reflection","href":"reflection/index.html","topicHref":"reflection/index.html","items":[{"name":"Open and Closed Delegates","href":"reflection/delegate.html","topicHref":"reflection/delegate.html"}]},{"name":"Metaprogramming","href":"metaprogramming/index.html","topicHref":"metaprogramming/index.html","items":[{"name":"Building Expression Trees","href":"metaprogramming/dynamic.html","topicHref":"metaprogramming/dynamic.html"},{"name":"Compound Expressions","href":"metaprogramming/compound.html","topicHref":"metaprogramming/compound.html"},{"name":"Multi-line Lambdas","href":"metaprogramming/lambda.html","topicHref":"metaprogramming/lambda.html"},{"name":"Async Lambda","href":"metaprogramming/async.html","topicHref":"metaprogramming/async.html"},{"name":"using Statement","href":"metaprogramming/using.html","topicHref":"metaprogramming/using.html"},{"name":"Loops","href":"metaprogramming/loop.html","topicHref":"metaprogramming/loop.html"},{"name":"lock Statement","href":"metaprogramming/lock.html","topicHref":"metaprogramming/lock.html"},{"name":"Ranges and Indicies","href":"metaprogramming/range.html","topicHref":"metaprogramming/range.html"},{"name":"String Interpolation","href":"metaprogramming/interp.html","topicHref":"metaprogramming/interp.html"},{"name":"Pattern Matching","href":"metaprogramming/match.html","topicHref":"metaprogramming/match.html"},{"name":"with Expression and record types","href":"metaprogramming/with.html","topicHref":"metaprogramming/with.html"},{"name":"Miscellaneous Statements","href":"metaprogramming/misc.html","topicHref":"metaprogramming/misc.html"}]},{"name":"Unsafe Data Structures","href":"unsafe/index.html","topicHref":"unsafe/index.html","items":[{"name":"Structured Memory Access","href":"unsafe/struct.html","topicHref":"unsafe/struct.html"}]},{"name":"Cluster Programming Suite","href":"cluster/index.html","topicHref":"cluster/index.html","items":[{"name":"P2P Gossip","href":"cluster/gossip.html","topicHref":"cluster/gossip.html"},{"name":"Raft","href":"cluster/raft.html","topicHref":"cluster/raft.html"},{"name":"Persistent Log","href":"cluster/wal.html","topicHref":"cluster/wal.html"}]},{"name":"Application Maintenance Interface","href":"ami/index.html","topicHref":"ami/index.html","items":[{"name":"K8s Probes","href":"ami/probes.html","topicHref":"ami/probes.html"},{"name":"Authentication and Authorization","href":"ami/auth.html","topicHref":"ami/auth.html"}]}]}
{"items":[{"name":"BCL Enhancements","href":"core/index.html","topicHref":"core/index.html","items":[{"name":"Efficient String Building","href":"core/stringb.html","topicHref":"core/stringb.html"},{"name":"Ad-hoc User Data","href":"core/userdata.html","topicHref":"core/userdata.html"},{"name":"Enum Enhancements","href":"core/enum.html","topicHref":"core/enum.html"},{"name":"Collection Enhancements","href":"core/collections.html","topicHref":"core/collections.html"},{"name":"Optional Type","href":"core/optional.html","topicHref":"core/optional.html"},{"name":"Result Type","href":"core/result.html","topicHref":"core/result.html"},{"name":"Atomic Operations","href":"core/atomic.html","topicHref":"core/atomic.html"},{"name":"Synchronization Enhancements","href":"core/sync.html","topicHref":"core/sync.html"},{"name":"Intrinsics","href":"core/intrinsics.html","topicHref":"core/intrinsics.html"},{"name":"Path MTU Discovery","href":"core/mtu.html","topicHref":"core/mtu.html"},{"name":"Base64 Encoding/Decoding","href":"core/base64.html","topicHref":"core/base64.html"},{"name":"Value Type Enhancements","href":"core/valuetype.html","topicHref":"core/valuetype.html"},{"name":"Soft Reference","href":"core/softref.html","topicHref":"core/softref.html"},{"name":"TypeMap","href":"core/typem.html","topicHref":"core/typem.html"},{"name":"In-Memory Cache","href":"core/cache.html","topicHref":"core/cache.html"},{"name":"GC Notifications","href":"core/gcnotif.html","topicHref":"core/gcnotif.html"},{"name":"Value References","href":"core/valueref.html","topicHref":"core/valueref.html"}]},{"name":"I/O Enhancements","href":"io/index.html","topicHref":"io/index.html","items":[{"name":"Alloc vs Pooling","href":"io/rental.html","topicHref":"io/rental.html"},{"name":"Dynamic Buffers","href":"io/buffers.html","topicHref":"io/buffers.html"},{"name":"Memory-Mapped File","href":"io/mmfile.html","topicHref":"io/mmfile.html"}]},{"name":"Threading","href":"threading/index.html","topicHref":"threading/index.html","items":[{"name":"Async Lock","href":"threading/exclusive.html","topicHref":"threading/exclusive.html"},{"name":"Async Reader/Writer Lock","href":"threading/rwlock.html","topicHref":"threading/rwlock.html"},{"name":"Async Reset Event","href":"threading/event.html","topicHref":"threading/event.html"},{"name":"Async Countdown Latch","href":"threading/counter.html","topicHref":"threading/counter.html"},{"name":"Async Barrier","href":"threading/barrier.html","topicHref":"threading/barrier.html"},{"name":"Async Trigger","href":"threading/trigger.html","topicHref":"threading/trigger.html"},{"name":"Correlation Source","href":"threading/correl.html","topicHref":"threading/correl.html"},{"name":"Exchanger","href":"threading/exchanger.html","topicHref":"threading/exchanger.html"},{"name":"Event Hub","href":"threading/hub.html","topicHref":"threading/hub.html"},{"name":"Task Completion Pipe","href":"threading/taskpipe.html","topicHref":"threading/taskpipe.html"},{"name":"Interop with Other Asynchronous Patterns","href":"threading/interop.html","topicHref":"threading/interop.html"},{"name":"Async Lazy","href":"threading/lazy.html","topicHref":"threading/lazy.html"},{"name":"Persistent Channels","href":"threading/channel.html","topicHref":"threading/channel.html"},{"name":"ValueTask Completion Source","href":"threading/tasksrc.html","topicHref":"threading/tasksrc.html"},{"name":"Delayed Tasks","href":"threading/dtask.html","topicHref":"threading/dtask.html"}]},{"name":"Advanced Reflection","href":"reflection/index.html","topicHref":"reflection/index.html","items":[{"name":"Open and Closed Delegates","href":"reflection/delegate.html","topicHref":"reflection/delegate.html"}]},{"name":"Metaprogramming","href":"metaprogramming/index.html","topicHref":"metaprogramming/index.html","items":[{"name":"Building Expression Trees","href":"metaprogramming/dynamic.html","topicHref":"metaprogramming/dynamic.html"},{"name":"Compound Expressions","href":"metaprogramming/compound.html","topicHref":"metaprogramming/compound.html"},{"name":"Multi-line Lambdas","href":"metaprogramming/lambda.html","topicHref":"metaprogramming/lambda.html"},{"name":"Async Lambda","href":"metaprogramming/async.html","topicHref":"metaprogramming/async.html"},{"name":"using Statement","href":"metaprogramming/using.html","topicHref":"metaprogramming/using.html"},{"name":"Loops","href":"metaprogramming/loop.html","topicHref":"metaprogramming/loop.html"},{"name":"lock Statement","href":"metaprogramming/lock.html","topicHref":"metaprogramming/lock.html"},{"name":"Ranges and Indicies","href":"metaprogramming/range.html","topicHref":"metaprogramming/range.html"},{"name":"String Interpolation","href":"metaprogramming/interp.html","topicHref":"metaprogramming/interp.html"},{"name":"Pattern Matching","href":"metaprogramming/match.html","topicHref":"metaprogramming/match.html"},{"name":"with Expression and record types","href":"metaprogramming/with.html","topicHref":"metaprogramming/with.html"},{"name":"Miscellaneous Statements","href":"metaprogramming/misc.html","topicHref":"metaprogramming/misc.html"}]},{"name":"Unsafe Data Structures","href":"unsafe/index.html","topicHref":"unsafe/index.html","items":[{"name":"Structured Memory Access","href":"unsafe/struct.html","topicHref":"unsafe/struct.html"}]},{"name":"Cluster Programming Suite","href":"cluster/index.html","topicHref":"cluster/index.html","items":[{"name":"P2P Gossip","href":"cluster/gossip.html","topicHref":"cluster/gossip.html"},{"name":"Raft","href":"cluster/raft.html","topicHref":"cluster/raft.html"},{"name":"Persistent Log","href":"cluster/wal.html","topicHref":"cluster/wal.html"}]},{"name":"Application Maintenance Interface","href":"ami/index.html","topicHref":"ami/index.html","items":[{"name":"K8s Probes","href":"ami/probes.html","topicHref":"ami/probes.html"},{"name":"Authentication and Authorization","href":"ami/auth.html","topicHref":"ami/auth.html"}]}]}

0 comments on commit 9fcc708

Please sign in to comment.