Corrected README imports not to be from alpha
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -78,7 +78,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend/alpha';
|
||||
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user