बाहरी लिंक पर बनी नीति

किसी लिंक को बाहरी लिंक के तौर पर मार्क करने के लिए, एचटीएमएल में लिखते समय <a> एलिमेंट में class="external" जोड़ें या Markdown में लिखते समय लिंक में {: .external} जोड़ें.

उदाहरण के लिए:

कोड सैंपल के लिए, GitHub पर GoogleCloudPlatform रेपो देखें.

एचटीएमएल

<p>Check out the
<a href="https://www.github.com/GoogleCloudPlatform" class="external">
GoogleCloudPlatform</a> repo on GitHub for code samples.</p>

Markdown

Check out the
[GoogleCloudPlatform](https://www.github.com/GoogleCloudPlatform){: .external} 
repo on GitHub for code samples.

बाहरी लिंक का इस्तेमाल कब करना है, इस बारे में दिशा-निर्देश पाने के लिए, Google developer साइट पर दस्तावेज़ों की शैली के लिए गाइडलाइन देखें.