Skip to content

Commit e070b94

Browse files
Fix typo in marketplace doc url (#290)
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent 52a951c commit e070b94

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to the FlutterFlow Marketplace Creators' Hub! This section is designed t
1212

1313
### **Submitting an Item for Review**
1414
- Understand the [criteria](submission-criteria.md) we apply to items submitted to Marketplace.
15-
- Learn how to prepare and [submit](submit-item-for-reivew.md) your items to the Marketplace with our step-by-step guide.
15+
- 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**
1818

docs/marketplace/creators-hub/submit-item-for-reivew.md renamed to docs/marketplace/creators-hub/submit-item-for-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: submit-item-for-reivew
2+
slug: submit-item-for-review
33
title: Submitting Item for Review
44
description: Learn how to submit an item to the FlutterFlow Marketplace.
55
tags: [MarketPlace, Creators Hub]

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-reivew.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](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.

firebase.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@
19751975
},
19761976
{
19771977
"source": "/marketplace/creators-hub/submitting-an-item-for-review",
1978-
"destination": "/marketplace/creators-hub/submit-item-for-reivew",
1978+
"destination": "/marketplace/creators-hub/submit-item-for-review",
19791979
"type": 301
19801980
},
19811981
{
@@ -2327,6 +2327,11 @@
23272327
"source": "/concepts/state-management/generated-code",
23282328
"destination": "/generated-code/state-management",
23292329
"type": 301
2330+
},
2331+
{
2332+
"source": "/marketplace/creators-hub/submit-item-for-reivew",
2333+
"destination": "/marketplace/creators-hub/submit-item-for-review",
2334+
"type": 301
23302335
}
23312336
]
23322337
}

0 commit comments

Comments
 (0)