Merge pull request #11792 from kmruddy/VMware-website-update

Updating "VMware" name usage across website
This commit is contained in:
Jeff Bonhag 2020-07-30 15:51:14 -04:00 committed by GitHub
commit 125d948aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ export default function Footer({ openConsentManager }) {
Book
</a>
<Link href="/vmware">
<a>VMWare</a>
<a>VMware</a>
</Link>
<a href="https://hashicorp.com/privacy">Privacy</a>
<Link href="/security">

View File

@ -10,7 +10,7 @@ export default [
type: 'inbound',
},
{
text: 'VMWare',
text: 'VMware',
url: '/vmware',
type: 'inbound',
},

View File

@ -97,11 +97,11 @@ $ vagrant plugin update vagrant-vmware-desktop
## Frequently Asked Questions
**Q: Can Vagrant VMWare Plugin work without internet?**
**Q: Can Vagrant VMware Plugin work without internet?**
No, Vagrant VMWare plugin requires a new license every 6 weeks. Vagrant will try to renew the
No, Vagrant VMware plugin requires a new license every 6 weeks. Vagrant will try to renew the
license automatically. If you are on an environment without internet, after 4 weeks Vagrant will emit a warning,
and after 6 weeks, the VMWare plugin will stop working. You can install a new license to reactive vagrant.
and after 6 weeks, the VMware plugin will stop working. You can install a new license to reactive vagrant.
**Q: I purchased a Vagrant VMware plugin license, but I did not receive an email?**

View File

@ -27,7 +27,7 @@ This setting is disabled by default. The Vagrantfile settings below will
enable auto-upgrading:
```ruby
# Ensure that VMWare Tools recompiles kernel modules
# Ensure that VMware Tools recompiles kernel modules
# when we update the linux images
$fix_vmware_tools_script = <<SCRIPT
sed -i.bak 's/answer AUTO_KMODS_ENABLED_ANSWER no/answer AUTO_KMODS_ENABLED_ANSWER yes/g' /etc/vmware-tools/locations

View File

@ -15,7 +15,7 @@ export default function DownloadsPage({ releaseData }) {
releaseData={releaseData}
>
<Link href="/vmware/downloads">
<a>&raquo; Download VMWare Utility</a>
<a>&raquo; Download VMware Utility</a>
</Link>
</ProductDownloader>
</div>

View File

@ -9,10 +9,10 @@ export default function DownloadsPage({ releaseData }) {
<div className={s.root}>
<HashiHead
is={Head}
title="VMWare Utility Downloads | Vagrant by HashiCorp"
title="VMware Utility Downloads | Vagrant by HashiCorp"
/>
<ProductDownloader
product="Vagrant VMWare Utility"
product="Vagrant VMware Utility"
baseProduct="Vagrant"
version={VMWARE_UTILITY_VERSION}
releaseData={releaseData}

View File

@ -7,13 +7,13 @@ import HashiHead from '@hashicorp/react-head'
export default function VmwareIndex() {
return (
<>
<HashiHead is={Head} title="VMWare Integration | Vagrant by HashiCorp" />
<HashiHead is={Head} title="VMware Integration | Vagrant by HashiCorp" />
<section className={s.header}>
<div className="g-grid-container">
<div className={s.logos}>
<img src="/img/logo-text.svg" alt="Vagrant Logo" />
<span>+</span>
<img src="/img/vmware.svg" alt="VMWare Logo" />
<img src="/img/vmware.svg" alt="VMware Logo" />
</div>
<h1 className={s.mainHeadline}>
Supercharged Development Environments