Fixed some URLS

This commit is contained in:
confused-Techie 2022-07-26 16:56:52 -07:00
parent 498ae08f38
commit 592ed3fa06

View File

@ -37,7 +37,7 @@ export default class WelcomeView {
<div className="welcome">
<div className="welcome-container">
<header className="welcome-header">
<a href="https://atom.io/">
<a href={atom.branding.urlWeb}>
<svg
className="welcome-logo"
width="330px"
@ -99,6 +99,7 @@ export default class WelcomeView {
<ul>
<li>
The{' '}
// TODO: Update to our docs or test {atom.branding.urlWeb}+"/docs"
<a
href="https://www.atom.io/docs"
dataset={{ event: 'atom-docs' }}