Prevent doc lint from running on vendor directory

Change-Id: Ib452c5b2b9d5aed73a87328acf9e625af27d02d7
diff --git a/Makefile b/Makefile
index 8ec67a9..f2923fd 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@
 	@echo "---"
 	@cat $(LINT_STYLE)
 	@echo "---"
-	mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*"  ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
+	mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*"  ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" ! -path "./vendor/*" -name "*.md"`
 
 linkcheck: $(ALL_DOCS) _book
 	linkchecker -a -f linkchecker.ini _book/
diff --git a/profiles/mcord/enodeb-setup.md b/profiles/mcord/enodeb-setup.md
index a1a7665..e8347b4 100644
--- a/profiles/mcord/enodeb-setup.md
+++ b/profiles/mcord/enodeb-setup.md
@@ -49,7 +49,7 @@
 `u32sgwipaddress`: SPGWU IP address on S1U interface.
 
 Where to get those IP addresses? As described at the end of the [M-CORD quick start
-page](https://guide.opencord.org/profiles/mcord/install.html), the command
+page](https://guide.opencord.org/cord-6.0/profiles/mcord/install.html), the command
 `openstack server list --all-projects` will list the VNFs and their IP
 addresses. For example, the
 `flat_network_s1mme` of MME VM is the `u32mmeipaddress`. The `flat_network_s1u`