fix(instances): change packages text and link
This commit is contained in:
parent
574c3add4e
commit
867e9b35a0
@ -48,9 +48,10 @@ const PackageComponent = ({
|
|||||||
}) => (
|
}) => (
|
||||||
<Step name="package" getValue={handleGetValue} {...props}>
|
<Step name="package" getValue={handleGetValue} {...props}>
|
||||||
<StepHeader icon={<PackageIcon />}>Package</StepHeader>
|
<StepHeader icon={<PackageIcon />}>Package</StepHeader>
|
||||||
<StepDescription>
|
<StepDescription href="https://docs.joyent.com/public-cloud/instances/packages">
|
||||||
A package defines the specs of your instance. On Triton, packages can only
|
Triton packages determine the resources allocated to your instance
|
||||||
increase in size.
|
including RAM, disk space, CPU, IO_PRIORITY, and more. Once set, package
|
||||||
|
size can only increase.
|
||||||
</StepDescription>
|
</StepDescription>
|
||||||
<StepPreview>
|
<StepPreview>
|
||||||
<Margin top={3}>
|
<Margin top={3}>
|
||||||
|
Loading…
Reference in New Issue
Block a user