Skip to content

Commit 700cfa1

Browse files
fix malformed links
1 parent 022e064 commit 700cfa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/strapi_v4.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ npm run build
9292
npm run develop
9393
```
9494

95-
At this point, your Strapi app should be running once again on the default address: <http://localhost:1337/admin/>. Open it in your browser. You should see an admin log-in page. Enter the credentials you used to create your account.
95+
At this point, your Strapi app should be running once again on the default address: http://localhost:1337/admin. Open it in your browser. You should see an admin log-in page. Enter the credentials you used to create your account.
9696

9797
Once connected, you should see the new `meilisearch` plugin on the left side of the screen.
9898

learn/security/multitenancy_tenant_tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You must generate tokens in your application. The quickest method to generate te
3232

3333
Meilisearch developed an in-app search demo using multi-tenancy in a SaaS CRM. It only allows authenticated users to search through contacts, companies, and deals belonging to their organization.
3434

35-
Check out this [sample application](<https://saas.meilisearch.com/utm_source=docs> Its code is publicly available in a dedicated [GitHub repository](https://github.com/meilisearch/saas-demo/).
35+
Check out this [sample application](https://saas.meilisearch.com/utm_source=docs) Its code is publicly available in a dedicated [GitHub repository](https://github.com/meilisearch/saas-demo/).
3636

3737
<Tip>
3838
You can also use tenant tokens in role-based access control (RBAC) systems. Consult [How to implement RBAC with Meilisearch](https://blog.meilisearch.com/role-based-access-guide/) on Meilisearch's official blog for more information.

0 commit comments

Comments
 (0)