From 4f3ac7bb449b4ca288e0a69e46d606908bbbc2ba Mon Sep 17 00:00:00 2001
From: NagornovAlex <NagornovAlex@gmail.com>
Date: Sun, 8 Sep 2019 22:03:06 +0300
Subject: [PATCH] Incorrect symbols package publish url

The symbols package publish api url is missing /symbols/ in the url example under Symbol server endpoint section.
---
 Docs.Site/Docs/Reference/Feed-endpoints.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docs.Site/Docs/Reference/Feed-endpoints.markdown b/Docs.Site/Docs/Reference/Feed-endpoints.markdown
index 27fae2c7..d2b3c805 100644
--- a/Docs.Site/Docs/Reference/Feed-endpoints.markdown
+++ b/Docs.Site/Docs/Reference/Feed-endpoints.markdown
@@ -88,7 +88,7 @@ The following table lists which endpoint can be used with which client:
 
 MyGet has the following endpoints available for symbol server (debugging in Visual Studio and WinDbg):
 
-* /F/&lt;your-feed-name&gt;/api/v2/package - the symbols package publish endpoint
+* /F/&lt;your-feed-name&gt;/symbols/api/v2/package - the symbols package publish endpoint
 * /F/&lt;your-feed-name&gt;/symbols - the symbol server endpoint
 
 ### Npm-compatible feed endpoints