Skip to content

Commit 45e789a

Browse files
committed
fixed build error by using correct part to link internal articles
1 parent 20e19f9 commit 45e789a

File tree

7 files changed

+8
-13
lines changed

7 files changed

+8
-13
lines changed

docs/marketplace/creators-hub/creator-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ We strive to maintain a high standard, but some items may not meet these expecta
7979

8080
### What is the criteria for getting my item approved for Marketplace?
8181

82-
Please see our [Item Submission Criteria](submission-criteria.md).
82+
Please see our [Item Submission Criteria](docs/marketplace/creators-hub/submission-criteria.md).
8383

8484
### What happens if my item is rejected?
8585

86-
If your item is not approved, it will be returned to draft status, allowing you to make the required edits. We will provide you with detailed feedback via email, specifying the criteria it did not meet. You can see more details about our criteria and suggested actions [here](submission-criteria.md). You can then make the necessary adjustments and resubmit it for review.
86+
If your item is not approved, it will be returned to draft status, allowing you to make the required edits. We will provide you with detailed feedback via email, specifying the criteria it did not meet. You can see more details about our criteria and suggested actions [here](docs/marketplace/creators-hub/submission-criteria.md). You can then make the necessary adjustments and resubmit it for review.
8787

8888
### When will my template be reviewed?
8989

docs/marketplace/creators-hub/creators-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: [FlutterFlow, MarketPlace, Creators Hub]
1111
Welcome to the FlutterFlow Marketplace Creators' Hub! This section is designed to provide you with all the necessary information to contribute effectively and responsibly to Marketplace. Whether you are submitting your first item or looking to understand the legal nuances, you'll find detailed guidelines and helpful tips here.
1212

1313
### **Submitting an Item for Review**
14-
- Understand the [criteria](submission-criteria.md) we apply to items submitted to Marketplace.
14+
- Understand the [criteria](docs/marketplace/creators-hub/submission-criteria.md) we apply to items submitted to Marketplace.
1515
- Learn how to prepare and [submit](submit-item-for-review.md) your items to the Marketplace with our step-by-step guide.
1616

1717
### **Legal Guidelines for Creators**

docs/marketplace/creators-hub/submission-criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Below, you'll find the criteria our Submission Review Team uses to review items
2222
- **What To Do:**
2323
- **If you're the sole creator:** Great! Make sure you're submitting the project from your own FlutterFlow account.
2424
- **If you're collaborating:** The project owner should be the one to submit it to Marketplace. Discuss this with your collaborators beforehand.
25-
- **If you've acquired a project:** Ensure the original creator has officially [transferred ownership](/resources/projects/collaboration) rights to you. This may involve legal documentation, so it's important to handle it properly.
25+
- **If you've acquired a project:** Ensure the original creator has officially rights to you. This may involve legal documentation, so it's important to handle it properly.
2626

2727
#### 1.2 Significant Edits Made
2828

docs/marketplace/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FlutterFlow's Marketplace is a dynamic platform designed to enhance your app dev
1414
In the FlutterFlow Marketplace, you can [add and purchase](adding-purchasing-item.md) items to quickly integrate into your projects, significantly reducing development time. The Marketplace is curated to ensure high-quality resources, with contributions from a diverse community of developers and designers.
1515

1616
## Becoming a Contributor
17-
If you're interested in contributing to the Marketplace, the [creator hub](creators-hub/creators-hub.md) is your starting point. Here, you can learn about [submitting items for review](creators-hub/submit-item-for-review.md), [submission criteria](creators-hub/submission-criteria.md), and [legal guidelines](creators-hub/legal-guidelines-for-creators.md) for creators. Ensuring your submissions adhere to these guidelines helps maintain the quality and integrity of the Marketplace.
17+
If you're interested in contributing to the Marketplace, the [creator hub](creators-hub/creators-hub.md) is your starting point. Here, you can learn about [submitting items for review](creators-hub/submit-item-for-review.md), [submission criteria](docs/marketplace/creators-hub/submission-criteria.md), and [legal guidelines](creators-hub/legal-guidelines-for-creators.md) for creators. Ensuring your submissions adhere to these guidelines helps maintain the quality and integrity of the Marketplace.
1818

1919
## Protecting Your Work
2020
Understanding and navigating [copyright (DMCA process)](creators-hub/copyright-dmca-process.md) is crucial for both creators and users. The Marketplace provides clear instructions on how to handle copyright issues, ensuring that intellectual property rights are respected.

docs/resources/projects/join_flutterflow_community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must be a registered FlutterFlow user to join the community.
2727
![](imgs/20250430121510782041.png)
2828

2929
**Use the same email** associated with your FlutterFlow account to receive the invitation.
30-
You can verify your email on your **[FlutterFlow Account Settings](/settings/account)**.
30+
You can verify your email on your FlutterFlow Account Settings.
3131

3232
**Common Issues:**
3333

docs/troubleshooting/custom-actions/import_flutter_package.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,4 @@ Follow the steps below to import a Flutter package into FlutterFlow:
4848
- **Web Support**: Ensure the package supports **Flutter Web** for use in FlutterFlow’s Run/Test mode.
4949
- **Correct Format**: Use the correct format: `package_name: ^version_number`. Not including a version may result in outdated or unstable dependencies.
5050
- **Recompile**: Always recompile your custom widget or action after adding new parameters.
51-
- **Safe Deletion**: You cannot delete a custom widget or action if it's currently in use. Remove it from all screens first.
52-
53-
:::info[Additional Resources]
54-
- [Create a Custom Widget](/custom-code/widgets)
55-
- [Create a Custom Action](/custom-code/actions)
56-
:::
51+
- **Safe Deletion**: You cannot delete a custom widget or action if it's currently in use. Remove it from all screens first.

docs/troubleshooting/misc/google_login_issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ If enabling pop-ups doesn’t resolve the issue:
3636
- Ensure no browser extensions are blocking authentication.
3737
- Restart the browser and attempt login again.
3838

39-
If the issue persists, [contact FlutterFlow support]([email protected]) for further assistance.
39+
If the issue persists, [contact FlutterFlow support](mailto:[email protected]) for further assistance.
4040

0 commit comments

Comments
 (0)