mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Remove "vendor_url" and "docs_url" from Platform API
This commit is contained in:
@ -316,7 +316,7 @@ def generate_platform(name, rst_dir):
|
||||
lines.append(p.description)
|
||||
lines.append("""
|
||||
For more detailed information please visit `vendor site <%s>`_.""" %
|
||||
campaign_url(p.vendor_url))
|
||||
campaign_url(p.homepage))
|
||||
lines.append("""
|
||||
.. contents:: Contents
|
||||
:local:
|
||||
|
Reference in New Issue
Block a user