Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates documentation for version 3 #51

Merged
merged 11 commits into from
Oct 4, 2023
Prev Previous commit
Fixes incorrect protocol information for external links
Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
  • Loading branch information
froschdesign committed Sep 25, 2023
commit 308870a90d12c826d577b753ee9be73f520c2ec0
2 changes: 1 addition & 1 deletion docs/book/v3/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Available options include:

## The IgBinary Adapter

[Igbinary](htts://pecl.php.net/package/igbinary) was originally released by
[Igbinary](https://pecl.php.net/package/igbinary) was originally released by
Sulake Dynamoid Oy and since 2011-03-14 moved to [PECL](https://pecl.php.net) and
maintained by Pierre Joye. It's a drop-in replacement for the standard PHP
serializer. Instead of using a costly textual representation, igbinary stores
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v3/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ laminas-serialzier provides an adapter-based interface for serializing and
deserializing PHP types to and from different representations.

For more information what a serializer is read the wikipedia page of
[Serialization](httsp://wikipedia.org/wiki/Serialization).
[Serialization](https://wikipedia.org/wiki/Serialization).