Skip to content

Commit ce97dde

Browse files
authored
1 parent 0c5a49e commit ce97dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/create-packages/Overview-and-Workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From there, you can consider a number of other options for your package:
3131
- [Creating Localized Packages](../create-packages/creating-localized-packages.md) describes how to structure a package with multiple language resources and how to use separate localized satellite packages.
3232
- [Pre-release Packages](../create-packages/prerelease-packages.md) demonstrates how to release alpha, beta, and rc packages to those customers who are interested.
3333
- [Source and Config File Transformations](../create-packages/source-and-config-file-transformations.md) describes how you can do both one-way token replacements in files that are added to a project, and modify `web.config` and `app.config` with settings that are also backed out when the package is uninstalled.
34-
- [Symbol Packages](../create-packages/symbol-packages.md) offers guidance for supplying symbols for your library that allow consumers to step into your code while debugging.
34+
- [Symbol Packages](../create-packages/symbol-packages-snupkg.md) offers guidance for supplying symbols for your library that allow consumers to step into your code while debugging.
3535
- [Package versioning](../reference/package-versioning.md) discusses how to identify the exact versions that you allow for your dependencies (other packages that you consume from your package).
3636
- [Native Packages](../create-packages/native-packages.md) describes the process for creating a package for C++ consumers.
3737
- [Signing Packages](../create-packages/sign-a-package.md) describes the process for adding a digital signature to a package.

0 commit comments

Comments
 (0)