Skip to content

Commit

Permalink
chore(book): Update links to docs 0.16 links
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Jan 12, 2025
1 parent 98b8e80 commit 7cee1ad
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions book/src/versions/0.16/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,63 +234,63 @@ All APIs deprecated since 0.14.x were removed.
Support for the undocumented `GIFT_CODE_UPDATE` and `PRESENCES_REPLACE` events
was removed.

[`Active`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/enum.ShardState.html#variant.Active
[`Application`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/oauth/struct.Application.html
[`ChannelError`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/error/struct.ChannelError.html
[`Client::gateway`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/client/struct.Client.html#method.gateway
[`Config`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Config.html
[`Active`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/enum.ShardState.html#variant.Active
[`Application`]: https://docs.rs/twilight-model/0.16.0/twilight_model/oauth/struct.Application.html
[`ChannelError`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/error/struct.ChannelError.html
[`Client::gateway`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.gateway
[`Config`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Config.html
[`Connected`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/enum.ConnectionStatus.html#variant.Connected
[`ConnectionStatus`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/enum.ConnectionStatus.html
[`create_iterator`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/fn.create_iterator.html
[`create_iterator`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/fn.create_iterator.html
[`create_range`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/stream/fn.create_range.html
[`CreateAutoModerationRule::with_keyword`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/guild/auto_moderation/struct.CreateAutoModerationRule.html#method.with_keyword
[`CreateGuildChannel::default_thread_rate_limit_per_user`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/guild/struct.CreateGuildChannel.html#method.default_thread_rate_limit_per_user
[`CreateStageInstance::guild_scheduled_event_id`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/channel/stage/struct.CreateStageInstance.html#method.guild_scheduled_event_id
[`DefaultInMemoryCache`]: https://docs.rs/twilight-cache-inmemory/0.16.0-rc.1/twilight_cache_inmemory/type.DefaultInMemoryCache.html
[`EventTypeFlags`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.EventTypeFlags.html
[`CreateAutoModerationRule::with_keyword`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/guild/auto_moderation/struct.CreateAutoModerationRule.html#method.with_keyword
[`CreateGuildChannel::default_thread_rate_limit_per_user`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/guild/struct.CreateGuildChannel.html#method.default_thread_rate_limit_per_user
[`CreateStageInstance::guild_scheduled_event_id`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/channel/stage/struct.CreateStageInstance.html#method.guild_scheduled_event_id
[`DefaultInMemoryCache`]: https://docs.rs/twilight-cache-inmemory/0.16.0/twilight_cache_inmemory/type.DefaultInMemoryCache.html
[`EventTypeFlags`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.EventTypeFlags.html
[`futures_util::StreamExt::next`]: https://docs.rs/futures-util/latest/futures_util/stream/trait.StreamExt.html#method.next
[`GuildMedia`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/channel/enum.ChannelType.html#variant.GuildMedia
[`InMemoryCache`]: https://docs.rs/twilight-cache-inmemory/0.16.0-rc.1/twilight_cache_inmemory/struct.InMemoryCache.html
[`InMemoryQueue`]: https://docs.rs/twilight-gateway-queue/0.16.0-rc.1/twilight_gateway_queue/struct.InMemoryQueue.html
[`Member::joined_at`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/guild/struct.Member.html#structfield.joined_at
[`MessageSender`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.MessageSender.html
[`Method::name`]: https://docs.rs/twilight-http-ratelimiting/0.16.0-rc.1/twilight_http_ratelimiting/request/enum.Method.html#method.name
[`GuildMedia`]: https://docs.rs/twilight-model/0.16.0/twilight_model/channel/enum.ChannelType.html#variant.GuildMedia
[`InMemoryCache`]: https://docs.rs/twilight-cache-inmemory/0.16.0/twilight_cache_inmemory/struct.InMemoryCache.html
[`InMemoryQueue`]: https://docs.rs/twilight-gateway-queue/0.16.0/twilight_gateway_queue/struct.InMemoryQueue.html
[`Member::joined_at`]: https://docs.rs/twilight-model/0.16.0/twilight_model/guild/struct.Member.html#structfield.joined_at
[`MessageSender`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.MessageSender.html
[`Method::name`]: https://docs.rs/twilight-http-ratelimiting/0.16.0/twilight_http_ratelimiting/request/enum.Method.html#method.name
[`Method::to_http`]: https://docs.rs/twilight-http-ratelimiting/0.15.3/twilight_http_ratelimiting/request/enum.Method.html#method.to_http
[`NoOpQueue`]: https://docs.rs/twilight-gateway-queue/0.15.4/twilight_gateway_queue/struct.NoOpQueue.html
[`parse`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/fn.parse.html
[`parse`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/fn.parse.html
[`ProcessError`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/error/struct.ProcessError.html
[`Queue`]: https://docs.rs/twilight-gateway-queue/0.16.0-rc.1/twilight_gateway_queue/trait.Queue.html
[`Reaction`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/channel/message/struct.Reaction.html
[`ReceiveMessageErrorType`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/error/enum.ReceiveMessageErrorType.html
[`SelectMenu::default_values`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/channel/message/component/struct.SelectMenu.html#structfield.default_values
[`SelectMenu`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/channel/message/component/struct.SelectMenu.html
[`SelectMenuType`]: https://docs.rs/twilight-model/0.16.0-rc.1/twilight_model/channel/message/component/enum.SelectMenuType.html
[`Queue`]: https://docs.rs/twilight-gateway-queue/0.16.0/twilight_gateway_queue/trait.Queue.html
[`Reaction`]: https://docs.rs/twilight-model/0.16.0/twilight_model/channel/message/struct.Reaction.html
[`ReceiveMessageErrorType`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/error/enum.ReceiveMessageErrorType.html
[`SelectMenu::default_values`]: https://docs.rs/twilight-model/0.16.0/twilight_model/channel/message/component/struct.SelectMenu.html#structfield.default_values
[`SelectMenu`]: https://docs.rs/twilight-model/0.16.0/twilight_model/channel/message/component/struct.SelectMenu.html
[`SelectMenuType`]: https://docs.rs/twilight-model/0.16.0/twilight_model/channel/message/component/enum.SelectMenuType.html
[`SendError`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/error/struct.SendError.html
[`Shard::close`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Shard.html#method.close
[`Shard::command`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Shard.html#method.command
[`Shard::close`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Shard.html#method.close
[`Shard::command`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Shard.html#method.command
[`Shard::next_event`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/struct.Shard.html#method.next_event
[`Shard::next_message`]: https://docs.rs/twilight-gateway/0.15.4/twilight_gateway/struct.Shard.html#method.next_message
[`Shard::send`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Shard.html#method.send
[`Shard::state`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Shard.html#method.state
[`ShardState`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/enum.ShardState.html
[`Stream`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/struct.Shard.html#impl-Stream-for-Shard%3CQ%3E
[`twilight_gateway::StreamExt::next_event`]: https://docs.rs/twilight-gateway/0.16.0-rc.1/twilight_gateway/trait.StreamExt.html#method.next_event
[`UpdateChannel::default_thread_rate_limit_per_user`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/channel/struct.UpdateChannel.html#method.default_thread_rate_limit_per_user
[`UpdateCurrentUserApplication`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/struct.UpdateCurrentUserApplication.html
[`UpgradeGuildOnboarding`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/request/guild/update_guild_onboarding/struct.UpdateGuildOnboarding.html
[`Shard::send`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Shard.html#method.send
[`Shard::state`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Shard.html#method.state
[`ShardState`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/enum.ShardState.html
[`Stream`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/struct.Shard.html#impl-Stream-for-Shard%3CQ%3E
[`twilight_gateway::StreamExt::next_event`]: https://docs.rs/twilight-gateway/0.16.0/twilight_gateway/trait.StreamExt.html#method.next_event
[`UpdateChannel::default_thread_rate_limit_per_user`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/channel/struct.UpdateChannel.html#method.default_thread_rate_limit_per_user
[`UpdateCurrentUserApplication`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/struct.UpdateCurrentUserApplication.html
[`UpgradeGuildOnboarding`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/guild/update_guild_onboarding/struct.UpdateGuildOnboarding.html
[`UserProfile`]: https://docs.rs/twilight-model/0.15.4/twilight_model/user/struct.UserProfile.html
[`Validation`]: https://docs.rs/twilight-http/0.16.0-rc.1/twilight_http/error/enum.ErrorType.html#variant.Validation
[`CreateMessage::forward`]: https://api.twilight.rs/twilight_http/request/channel/message/create_message/struct.CreateMessage.html#method.forward
[`Client::get_application_emojis`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.get_application_emojis
[`Client::add_application_emoji`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.add_application_emoji
[`Client::update_application_emoji`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.update_application_emoji
[`Client::delete_application_emoji`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.delete_application_emoji
[`Poll`s]: https://api.twilight.rs/twilight_model/poll/struct.Poll.html
[`Client::role`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.role
[`Client::current_user_voice_state`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.current_user_voice_state
[`Client::user_voice_state`]: https://api.twilight.rs/twilight_http/client/struct.Client.html#method.user_voice_state
[`Validation`]: https://docs.rs/twilight-http/0.16.0/twilight_http/error/enum.ErrorType.html#variant.Validation
[`CreateMessage::forward`]: https://docs.rs/twilight-http/0.16.0/twilight_http/request/channel/message/create_message/struct.CreateMessage.html#method.forward
[`Client::get_application_emojis`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.get_application_emojis
[`Client::add_application_emoji`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.add_application_emoji
[`Client::update_application_emoji`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.update_application_emoji
[`Client::delete_application_emoji`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.delete_application_emoji
[`Poll`s]: https://docs.rs/twilight-model/0.16.0/twilight_model/poll/struct.Poll.html
[`Client::role`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.role
[`Client::current_user_voice_state`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.current_user_voice_state
[`Client::user_voice_state`]: https://docs.rs/twilight-http/0.16.0/twilight_http/client/struct.Client.html#method.user_voice_state
[bitflags]: https://docs.rs/bitflags/2.6.0/bitflags/index.html
[cache-optimization]: https://github.com/twilight-rs/twilight/tree/twilight-cache-inmemory-0.16.0-rc.1/examples/cache-optimization
[cache-optimization]: https://github.com/twilight-rs/twilight/tree/twilight-cache-inmemory-0.16.0/examples/cache-optimization
[fastrand]: https://docs.rs/fastrand/2.0.1/fastrand/index.html
[http]: https://docs.rs/http/1.2.0/http/index.html
[hyper]: https://docs.rs/hyper/1.5.2/hyper/index.html
Expand Down

0 comments on commit 7cee1ad

Please sign in to comment.