Skip to content

Commit

Permalink
Merged PR 19970: Global effort for the Microsoft Learn platform rebrand
Browse files Browse the repository at this point in the history
The Microsoft team is applying changes to content for the Microsoft Learn platform rebrand. Changes include modifications to current Microsoft Learn and Microsoft Docs terminology as well as associated domain name and content URL path changes.

Please review this draft PR and provide any necessary comments as soon as possible. Because these fixes are tightly scoped, we have approval to automatically merge these changes to the default branch for publication. If you have any questions about the project or our approach, contact Donna Taylor([email protected]).
  • Loading branch information
annmariehitchcock authored and tedhudek committed Sep 19, 2022
1 parent e03bfae commit c613578
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You've already completed this step.

If you'd like to suggest a change to the docs, follow these steps:

1. If you're viewing a Docs.microsoft.com page, click the **Edit** button in the upper right of the page. You will be redirected to the corresponding Markdown source file in the [GitHub repository](https://github.com/MicrosoftDocs/windows-driver-docs-ddi). If you're already in the GitHub repo, you can just navigate to the source file you would like to change.
1. If you're viewing a learn.microsoft.com page, click the **Edit** button in the upper right of the page. You will be redirected to the corresponding Markdown source file in the [GitHub repository](https://github.com/MicrosoftDocs/windows-driver-docs-ddi). If you're already in the GitHub repo, you can just navigate to the source file you would like to change.
2. If you don't already have a GitHub account, click **Sign Up** in the upper right and create a new account.
3. From the GitHub page you would like to change, click the pencil icon.
4. Modify the file and use the preview tab to ensure the changes look good.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.

# Windows Driver Documentation DDI Reference

Welcome to the Windows driver docs DDI reference repository, housing the source for the official Windows Driver Kit DDI (device driver interface) documentation available on [Docs.microsoft.com](/windows-hardware/drivers/ddi).
Welcome to the Windows driver docs DDI reference repository, housing the source for the official Windows Driver Kit DDI (device driver interface) documentation available on [learn.microsoft.com](/windows-hardware/drivers/ddi).

If you're looking for the driver conceptual docs, that's in a [different repo](https://github.com/MicrosoftDocs/windows-driver-docs).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ DeviceInterrupt_EvtInterruptDpc (
Routine Description:

'EVT_WDF_INTERRUPT_DPC' handler for the device interrupt object.
https://docs.microsoft.com/windows-hardware/drivers/ddi/wdfinterrupt/nc-wdfinterrupt-evt_wdf_interrupt_dpc
/windows-hardware/drivers/ddi/wdfinterrupt/nc-wdfinterrupt-evt_wdf_interrupt_dpc

Arguments:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ DeviceInterrupt_EvtInterruptDpc (
Routine Description:

'EVT_WDF_INTERRUPT_DPC' handler for the device interrupt object.
https://docs.microsoft.com/windows-hardware/drivers/ddi/wdfinterrupt/nc-wdfinterrupt-evt_wdf_interrupt_dpc
/windows-hardware/drivers/ddi/wdfinterrupt/nc-wdfinterrupt-evt_wdf_interrupt_dpc

Arguments:

Expand Down

0 comments on commit c613578

Please sign in to comment.