OfficeDev / Office-Addin-TaskPane

Template to get started writing a TaskPane Office Add-in.
Other
75 stars 44 forks source link

Update Fabric Core URL #278

Closed samantharamon closed 1 month ago

samantharamon commented 1 month ago

Thank you for your pull request! Please provide the following information.


Change Description:

Updates the Fabric Core URL. For reference, see https://github.com/microsoft/fluentui/blob/master/docs/react-wiki-archive/BestPractices/Using-icons.md#alternative-cdn-options.
  1. Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') If Yes, briefly describe what is impacted.

    No.

  2. Do these changes impact VS Code debugging options (launch.json)? If Yes, briefly describe what is impacted.

    No.

  3. Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) If Yes, briefly describe what is impacted.

    No.

  4. Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) If Yes, briefly describe what is impacted.

    Yes. Changes were made in https://github.com/OfficeDev/office-js-docs-pr/pull/4808.

If you answered yes to any of these please do the following:

Include 'Rick-Kirkham' in the review Make sure the README file is correct

Validation/testing performed:

Describe manual testing done.