Skip to content

Commit ab3d979

Browse files
link fixes
1 parent 974886e commit ab3d979

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

docs-v2/pages/troubleshooting.mdx

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ import Callout from '@/components/Callout'
44

55
This doc describes some common solutions for fixing issues with [pipedream.com](https://pipedream.com) or with a specific workflow.
66

7+
## A feature isn't working on pipedream.com
8+
9+
If you're seeing an issue with [pipedream.com](https://pipedream.com) (for example, the site won't load, or you think you've found a bug), try each of the following steps, checking to see if they fix the problem:
10+
11+
1. [Hard refresh](https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache) pipedream.com in your browser.
12+
13+
2. Log out of your pipedream.com account, and log back in.
14+
15+
3. [Disable your browser extensions](https://www.computerhope.com/issues/ch001411.htm) or use features like [Chrome Guest mode](https://support.google.com/chrome/answer/6130773?hl=en&co=GENIE.Platform%3DAndroid) to browse pipedream.com without any existing extensions / cookies / cache.
16+
17+
If you're still seeing the issue after trying these steps, please [report a bug](https://github.com/PipedreamHQ/pipedream/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D+).
18+
719
## How do I contact Pipedream Support?
820

921
Start by filling out the request form at [https://pipedream.com/support](https://pipedream.com/support), providing detailed information about your issue.
@@ -20,23 +32,17 @@ When filling out the request form at [https://pipedream.com/support](https://pip
2032
https://pipedream.com/@yourworkspace/workflows/projects/yourproject/test-workflow-pabc123
2133
```
2234

23-
## A feature isn't working on pipedream.com
24-
25-
If you're seeing an issue with [pipedream.com](https://pipedream.com) (for example, the site won't load, or you think you've found a bug), try each of the following steps, checking to see if they fix the problem:
26-
27-
1. [Hard refresh](https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache) pipedream.com in your browser.
28-
29-
2. Log out of your pipedream.com account, and log back in.
30-
31-
3. [Disable your browser extensions](https://www.computerhope.com/issues/ch001411.htm) or use features like [Chrome Guest mode](https://support.google.com/chrome/answer/6130773?hl=en&co=GENIE.Platform%3DAndroid) to browse pipedream.com without any existing extensions / cookies / cache.
35+
## Workflows
3236

33-
If you're still seeing the issue after trying these steps, please [report a bug](https://github.com/PipedreamHQ/pipedream/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D+).
37+
### Where do I find my workflow's ID?
3438

35-
## I need help with my GitHub Synced Project
39+
Open [https://pipedream.com](https://pipedream.com) and visit your workflow. Copy the URL that appears in your browser's address bar. For example:
3640

37-
[See FAQ here](/workflows/git/#faq).
41+
```
42+
https://pipedream.com/@dylburger/p_abc123/build
43+
```
3844

39-
## Workflows
45+
Your workflow's ID is the value that starts with `p_`. In this example: `p_abc123`.
4046

4147
### My workflow isn't working
4248

docs-v2/pages/workflows/building-workflows/settings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Increasing your workflow's memory gives you a proportional increase in CPU, so i
121121
<Callout type="info">
122122
**How can my workflow run faster?**
123123

124-
See [our guide on running workflows faster](/troubleshooting/faq/#how-can-my-workflow-run-faster).
124+
See [our guide on running workflows faster](/troubleshooting/#how-can-my-workflow-run-faster).
125125
</Callout>
126126

127127
**Pipedream charges credits proportional to your memory configuration**. When you modify your memory settings, Pipedream will show you the number of credits you'll be charged per execution. [Read more here](/pricing/faq/#how-does-workflow-memory-affect-credits).

docs-v2/pages/workflows/building-workflows/triggers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ When you're processing HTTP requests, you often don't need to issue any special
420420
<Callout type="info">
421421
**How can my workflow run faster?**
422422

423-
See [our guide on running workflows faster](/troubleshooting/faq/#how-can-my-workflow-run-faster).
423+
See [our guide on running workflows faster](/troubleshooting/#how-can-my-workflow-run-faster).
424424
</Callout>
425425

426426
#### Customizing the HTTP response

0 commit comments

Comments
 (0)