diff --git a/docs/developers/msgs/staging/reports/report-post.md b/docs/developers/msgs/staging/posts/report-post.md similarity index 94% rename from docs/developers/msgs/staging/reports/report-post.md rename to docs/developers/msgs/staging/posts/report-post.md index 429675e42e..46f66e7cdf 100644 --- a/docs/developers/msgs/staging/reports/report-post.md +++ b/docs/developers/msgs/staging/posts/report-post.md @@ -1,6 +1,6 @@ # `MsgReportPost` This message allows you to report a post. If you want to know more about the `Report` type, you can do so inside -the [`Report` type documentation page](../../../types/staging/reports/report.md). +the [`Report` type documentation page](../../../types/staging/posts/report.md). ## Structure ```json diff --git a/docs/developers/perform-transactions.md b/docs/developers/perform-transactions.md index 20d71e0984..6fd73faccf 100644 --- a/docs/developers/perform-transactions.md +++ b/docs/developers/perform-transactions.md @@ -32,7 +32,7 @@ transactions for the Desmos chain. * [`MsgCreatePost`](msgs/staging/posts/create-post.md): allows you to create a new post or a comment for an existing post. * [`MsgEditPost`](msgs/staging/posts/edit-post.md): allows you to edit a previously created post message. -* [`MsgReportPost`](msgs/staging/reports/report-post.md): allows you to report an existing post. +* [`MsgReportPost`](msgs/staging/posts/report-post.md): allows you to report an existing post. * [`MsgAddPostReaction`](msgs/staging/posts/add-post-reaction.md): allows you to add a reaction to an existing post. * [`MsgRemovePostReaction`](msgs/staging/posts/remove-post-reaction.md): allows you to remove a reaction from a post. * [`MsgAnswerPoll`](msgs/staging/posts/answer-poll.md): allows you to answer a post's poll. diff --git a/docs/developers/query-data.md b/docs/developers/query-data.md index cb8b534dab..db35bd78eb 100644 --- a/docs/developers/query-data.md +++ b/docs/developers/query-data.md @@ -17,10 +17,7 @@ read the data stored inside it. Here you will find a list of all the query endpo - [Query the stored posts](queries/staging/posts.md) - [Query the post's poll answers](queries/staging/poll-answers.md) - [Query registered reactions](queries/staging/reactions.md) - -## Reports - -- [Query the post's related reports](queries/staging/reports.md) +- [Query the post's reports](queries/staging/reports.md) ## Modules Parameters - [Query parameters](queries/staging/params.md) \ No newline at end of file diff --git a/docs/developers/types.md b/docs/developers/types.md index 7a3b329311..d2f9832dab 100644 --- a/docs/developers/types.md +++ b/docs/developers/types.md @@ -19,7 +19,7 @@ Following you can find all the custom types that are used to represent the data ## Reports -- [Report](types/staging/reports/report.md) +- [Report](types/staging/posts/report.md) ## Modules Parameters diff --git a/docs/developers/types/staging/reports/report.md b/docs/developers/types/staging/posts/report.md similarity index 100% rename from docs/developers/types/staging/reports/report.md rename to docs/developers/types/staging/posts/report.md