sijie closed pull request #2337: [website] fix broken links URL: https://github.com/apache/incubator-pulsar/pull/2337
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site2/website/blog/2018-08-06-Apache-Pulsar-2-1-0.md b/site2/website/blog/2018-08-06-Apache-Pulsar-2-1-0.md index 88ca34a5d0..2fd8444635 100644 --- a/site2/website/blog/2018-08-06-Apache-Pulsar-2-1-0.md +++ b/site2/website/blog/2018-08-06-Apache-Pulsar-2-1-0.md @@ -11,7 +11,7 @@ brought multiple new features and improvements to Pulsar. In Pulsar 2.1 you'll see: - [Pulsar IO](/docs/io-overview) connector framework and a list of [builtin connectors](/docs/io-connectors) -- [PIP-17](https://github.com/apache/incubator-pulsar/wiki/PIP-17:-Tiered-storage-for-Pulsar-topics): [Tiered Storage](/docs/docs/concepts-tiered-storage) +- [PIP-17](https://github.com/apache/incubator-pulsar/wiki/PIP-17:-Tiered-storage-for-Pulsar-topics): [Tiered Storage](/docs/concepts-tiered-storage) - Pulsar [Stateful Functions](/docs/functions-state) - [Go Client](/docs/client-libraries-go) - [Avro](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/AvroSchema.java) @@ -63,7 +63,7 @@ offloading mechanisms and metadata management are transparent to applications. Currently [S3](https://aws.amazon.com/s3/) is supported in 2.1. More offloaders (such as Google GCS, Azure Blobstore, and HDFS) are coming in future releases. -If you are interested in this feature, you can checkout more details [here](cookbooks-tiered-storage). +If you are interested in this feature, you can checkout more details [here](/docs/cookbooks-tiered-storage). ## Stateful Function ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
