Skip to content

Commit a0710af

Browse files
unknownunknown
authored andcommitted
APIM: remove projects ref in portal docs
1 parent 11b9651 commit a0710af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/api-management/api-management-howto-developer-portal.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article describes the differences between self-hosted and managed versions
3535
You can build your developer portal in two ways:
3636

3737
- **Managed version** - by editing and customizing the portal, which is built into your API Management instance and is accessible through the URL `<your-api-management-instance-name>.developer.azure-api.net`. Refer to [this documentation article](api-management-howto-developer-portal-customize.md) to learn how to access and customize the managed portal.
38-
- **Self-hosted version** - by deploying and self-hosting your portal outside of an API Management instance. This approach allows you to edit the portal's codebase and extend the provided core functionality. You also need to upgrade the portal to the latest version yourself. For details and instructions, refer to the [GitHub repository with the source code of the portal][1] and [the tutorial on implementing a widget][4]. The [tutorial for the managed version](api-management-howto-developer-portal-customize.md) walks through the portal's administrative panel, which is also featured in the self-hosted version.
38+
- **Self-hosted version** - by deploying and self-hosting your portal outside of an API Management instance. This approach allows you to edit the portal's codebase and extend the provided core functionality. You also need to upgrade the portal to the latest version yourself. For details and instructions, refer to the [GitHub repository with the source code of the portal][1] and [the tutorial on implementing a widget][3]. The [tutorial for the managed version](api-management-howto-developer-portal-customize.md) walks through the portal's administrative panel, which is also featured in the self-hosted version.
3939

4040
## Portal architectural concepts
4141

@@ -100,7 +100,7 @@ Deprecation of the legacy portals will be announced separately. If you have ques
100100

101101
### Functionality I need isn't supported in the portal
102102

103-
Use the self-hosted version and [implement your own widget][4].
103+
Use the self-hosted version and [implement your own widget][3].
104104

105105
### How can I automate portal deployments?
106106

@@ -228,14 +228,12 @@ Learn more about the new developer portal:
228228

229229
- [Access and customize the managed developer portal](api-management-howto-developer-portal-customize.md)
230230
- [Set up self-hosted version of the portal][2]
231-
- [Implement your own widget][4]
231+
- [Implement your own widget][3]
232232

233233
Browse other resources:
234234

235235
- [GitHub repository with the source code][1]
236-
- [Public roadmap of the project][3]
237236

238237
[1]: https://aka.ms/apimdevportal
239238
[2]: https://github.com/Azure/api-management-developer-portal/wiki
240-
[3]: https://github.com/Azure/api-management-developer-portal/projects
241-
[4]: https://aka.ms/apimdevportal/extend
239+
[3]: https://aka.ms/apimdevportal/extend

0 commit comments

Comments
 (0)