Skip to content

Commit a1da39d

Browse files
committed
Fixing broken link in Teams SPFx dev docs
1 parent 4102211 commit a1da39d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/integrate-with-teams-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are following benefits on using SharePoint Framework as the platform for y
2020
## Development process
2121

2222
> [!IMPORTANT]
23-
> **Sync to Teams** functionality does not currently work and will be fixed within upcoming days. Please refer to [Creating a team manifest manually for a web part](./guidance/creating-team-manifest-manually-for-webpart.md) to proceed for now and follow the steps in the 'Alternative deployment options' section of this article.
23+
> **Sync to Teams** functionality does not currently work and will be fixed within upcoming days. Please refer to [Creating a team manifest manually for a web part](./web-parts/guidance/creating-team-manifest-manually-for-webpart.md) to proceed for now and follow the steps in the 'Alternative deployment options' section of this article.
2424
2525
You can start developing Microsoft Teams tabs simply by using the SharePoint Framework 1.8 or later packages. High level steps to get started are as follows.
2626

@@ -58,13 +58,13 @@ The easiest way to deploy a SharePoint Framework solution is by following the st
5858
5959
### Alternative deployment options
6060
61-
There is an alternative way to deploy your solution which will for instance allow you to make a solution available only to one specific team in your tenant. Please refer to [Create Microsoft Teams manifest manually for a web part and deploy it to Microsoft Teams](./guidance/creating-team-manifest-manually-for-webpart.md) how to create the manifest.
61+
There is an alternative way to deploy your solution which will for instance allow you to make a solution available only to one specific team in your tenant. Please refer to [Create Microsoft Teams manifest manually for a web part and deploy it to Microsoft Teams](./guidance/web-parts/creating-team-manifest-manually-for-webpart.md) how to create the manifest.
6262
6363
1. Locate the Teams folder in your project folder:
6464
6565
![Solution structure](../images/sp-teams-solution-structure.png)
6666
67-
1. Notice that there are 2 image files in there. Add the manifest file you created as described in [Create Microsoft Teams manifest manually for a web part and deploy it to Microsoft Teams](./guidance/creating-team-manifest-manually-for-webpart.md) to this folder and call it ```manifest.json```.
67+
1. Notice that there are 2 image files in there. Add the manifest file you created as described in [Create Microsoft Teams manifest manually for a web part and deploy it to Microsoft Teams](./guidance/web-parts/creating-team-manifest-manually-for-webpart.md) to this folder and call it ```manifest.json```.
6868
6969
1. In the JSON above we inserted some placeholders. Replace them as follows (notice that placeholders can occur several times):
7070

0 commit comments

Comments
 (0)