Skip to content

Fix Typo in Marketplace Doc Url #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/marketplace/creators-hub/creators-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to the FlutterFlow Marketplace Creators' Hub! This section is designed t

### **Submitting an Item for Review**
- Understand the [criteria](submission-criteria.md) we apply to items submitted to Marketplace.
- Learn how to prepare and [submit](submit-item-for-reivew.md) your items to the Marketplace with our step-by-step guide.
- Learn how to prepare and [submit](submit-item-for-review.md) your items to the Marketplace with our step-by-step guide.

### **Legal Guidelines for Creators**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: submit-item-for-reivew
slug: submit-item-for-review
title: Submitting Item for Review
description: Learn how to submit an item to the FlutterFlow Marketplace.
tags: [MarketPlace, Creators Hub]
Expand Down
2 changes: 1 addition & 1 deletion docs/marketplace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FlutterFlow's Marketplace is a dynamic platform designed to enhance your app dev
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.

## Becoming a Contributor
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.
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.

## Protecting Your Work
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.
Expand Down
7 changes: 6 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@
},
{
"source": "/marketplace/creators-hub/submitting-an-item-for-review",
"destination": "/marketplace/creators-hub/submit-item-for-reivew",
"destination": "/marketplace/creators-hub/submit-item-for-review",
"type": 301
},
{
Expand Down Expand Up @@ -2327,6 +2327,11 @@
"source": "/concepts/state-management/generated-code",
"destination": "/generated-code/state-management",
"type": 301
},
{
"source": "/marketplace/creators-hub/submit-item-for-reivew",
"destination": "/marketplace/creators-hub/submit-item-for-review",
"type": 301
}
]
}
Expand Down