diff --git a/ballerina/Package.md b/ballerina/Package.md deleted file mode 100644 index bf4b60a..0000000 --- a/ballerina/Package.md +++ /dev/null @@ -1,16 +0,0 @@ -## Package overview - -This package provides the URL encoding/decoding functions. - -URL encoding stands for encoding certain characters in a URL by replacing them with one or more character triplets that consist of the percent character `%` followed by two hexadecimal digits. The two hexadecimal digits of the triplet(s) represent the numeric value of the replaced character. - -The Ballerina `url` package facilitates APIs to encode and decode a URL or part of a URL. - -## Report issues - -To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https://github.com/ballerina-platform/ballerina-standard-library). - -## Useful links - -- Chat live with us via our [Discord server](https://discord.gg/ballerinalang). -- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. diff --git a/ballerina/Module.md b/ballerina/README.md similarity index 100% rename from ballerina/Module.md rename to ballerina/README.md