Skip to content

Commit

Permalink
Fix broken BCS links
Browse files Browse the repository at this point in the history
  • Loading branch information
zihengCat authored and davidiw committed Oct 27, 2022
1 parent c14f46e commit 1ce625e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Utility for converting a Move value to its binary representation in BCS (Binary Canonical
/// Serialization). BCS is the binary encoding for Move resources and other non-module values
/// published on-chain. See https://github.com/aptos/bcs#binary-canonical-serialization-bcs for more
/// published on-chain. See https://github.com/aptos-labs/bcs#binary-canonical-serialization-bcs for more
/// details on BCS.
module std::bcs {
/// Return the binary representation of `v` in BCS (Binary Canonical Serialization) format
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Utility for converting a Move value to its binary representation in BCS (Binary Canonical
/// Serialization). BCS is the binary encoding for Move resources and other non-module values
/// published on-chain. See https://github.com/aptos/bcs#binary-canonical-serialization-bcs for more
/// published on-chain. See https://github.com/aptos-labs/bcs#binary-canonical-serialization-bcs for more
/// details on BCS.
module std::bcs {
/// Return the binary representation of `v` in BCS (Binary Canonical Serialization) format
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/move-stdlib/doc/bcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Utility for converting a Move value to its binary representation in BCS (Binary Canonical
Serialization). BCS is the binary encoding for Move resources and other non-module values
published on-chain. See https://github.com/aptos/bcs#binary-canonical-serialization-bcs for more
published on-chain. See https://github.com/aptos-labs/bcs#binary-canonical-serialization-bcs for more
details on BCS.


Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/move-stdlib/sources/bcs.move
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Utility for converting a Move value to its binary representation in BCS (Binary Canonical
/// Serialization). BCS is the binary encoding for Move resources and other non-module values
/// published on-chain. See https://github.com/aptos/bcs#binary-canonical-serialization-bcs for more
/// published on-chain. See https://github.com/aptos-labs/bcs#binary-canonical-serialization-bcs for more
/// details on BCS.
module std::bcs {
/// Return the binary representation of `v` in BCS (Binary Canonical Serialization) format
Expand Down

0 comments on commit 1ce625e

Please sign in to comment.