From 511182479b0e34d9393f1cfedb50a8ebcfcba834 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 27 Sep 2023 09:36:08 -0700 Subject: [PATCH] docs: add direct link to StackExchange from the On-Chain Programs docs (#32937) * docs: add direct link to StackExchange from the On-Chain Programs docs * Update link to Discord. Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com> --------- Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com> --- docs/src/developing/on-chain-programs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/on-chain-programs/faq.md b/docs/src/developing/on-chain-programs/faq.md index de25574230..04093f64c5 100644 --- a/docs/src/developing/on-chain-programs/faq.md +++ b/docs/src/developing/on-chain-programs/faq.md @@ -6,7 +6,7 @@ When writing or interacting with Solana programs, there are common questions or challenges that often come up. Below are resources to help answer these questions. -If not addressed here, ask on the [Solana Stack Exchange](https://solana.stackexchange.com/) or [StackOverflow](https://stackoverflow.com/questions/tagged/solana) with the `solana` tag +If not addressed here, ask on [StackExchange](https://solana.stackexchange.com/questions/ask?tags=solana-program) with the `solana-program` tag. ## Limitations