From b628866532f6ed3fed728dbfbef4d628f8dea7cc Mon Sep 17 00:00:00 2001 From: Katia Hage Date: Thu, 2 Sep 2021 09:51:22 -0700 Subject: [PATCH] Added link to the pilot guide. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc13796..c4e6d66 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Welcome to the Pub/Sub API Pilot! This repo contains the critical [proto file](https://github.com/developerforce/pub-sub-api-pilot/blob/main/pubsub_api.proto) -that you will need to use the API. Refer to the pilot guide on how to use it. +that you will need to use the API. Refer to the [pilot guide](https://resources.docs.salesforce.com/rel1/doc/en-us/static/pdf/Salesforce_Pub_Sub_API_Pilot.pdf) on how to use it. There is also a Python example app in this repo (`InventoryAppExample` directory); please read the README carefully.