Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 14, 2020
1 parent 34152f7 commit 674438a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To configure `auto` to work with your project you will need to do two things

Using `auto` with any other package manager than [npm](https://npmjs.com) requires that you create an [`.autorc`](./autorc) at the root of your project.

1. `.autorc` - No plugins, `shipit` doesn't work. Enables [advanced setup](https://intuit.github.io/auto/pages/getting-started.html#detailed-setup)
1. `.autorc` - No plugins, `shipit` doesn't work. Enables [advanced setup](https://intuit.github.io/auto/docs/welcome/getting-started#detailed-setup)

```json
{
Expand All @@ -49,7 +49,7 @@ Using `auto` with any other package manager than [npm](https://npmjs.com) requir
}
```

2. `.autorc` - `git-tag` plugin compatible with any platform. Enables [`shipit` usage](https://intuit.github.io/auto/pages/generated/shipit.html)
2. `.autorc` - `git-tag` plugin compatible with any platform. Enables [`shipit` usage](https://intuit.github.io/auto/docs/generated/shipit)

```json
{
Expand All @@ -58,7 +58,7 @@ Using `auto` with any other package manager than [npm](https://npmjs.com) requir
}
```

3. `.autorc` - With package manager plugin. [`shipit`](https://intuit.github.io/auto/pages/generated/shipit.html) works, some configuration picked up from package manager package definition files. In the following `repo`, `owner`, and `author` are picked up from the `pom.xml`
3. `.autorc` - With package manager plugin. [`shipit`](https://intuit.github.io/auto/docs/generated/shipit) works, some configuration picked up from package manager package definition files. In the following `repo`, `owner`, and `author` are picked up from the `pom.xml`

```json
{
Expand Down
10 changes: 5 additions & 5 deletions docs/plugins/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const Home = () => (
answer={
<>
Many of <Emphasize>auto</Emphasize>'s features are{" "}
<Link href="https://intuit.github.io/auto/pages/plugins.html">
<Link href="https://intuit.github.io/auto/docs/configuration/plugins">
built into plugins
</Link>
. You can also use this plugin system to do{" "}
Expand Down Expand Up @@ -259,15 +259,15 @@ const Home = () => (

<p className="mb-2">
Want a test version? Try a{" "}
<Link href="https://intuit.github.io/auto/pages/generated/canary.html">
<Link href="https://intuit.github.io/auto/docs/generated/canary">
canary
</Link>
</p>

<p className="mb-2">
Want a prerelease? Try creating a pre-release branch and
using{" "}
<Link href="https://intuit.github.io/auto/pages/generated/next.html">
<Link href="https://intuit.github.io/auto/docs/generated/next">
next
</Link>
</p>
Expand All @@ -276,7 +276,7 @@ const Home = () => (
Need to patch an old major release?{" "}
<Emphasize>auto</Emphasize> can automatically make branches
for{" "}
<Link href="https://intuit.github.io/auto/pages/generated/shipit.html#managing-old-major-versions">
<Link href="https://intuit.github.io/auto/docs/generated/shipit#managing-old-major-versions">
old major versions
</Link>
!
Expand All @@ -285,7 +285,7 @@ const Home = () => (
<p>
Or if you don't want to worry about what command to you
need, just use{" "}
<Link href="https://intuit.github.io/auto/pages/generated/shipit.html">
<Link href="https://intuit.github.io/auto/docs/generated/shipit">
shipit
</Link>
! This command determines what type of release to make based
Expand Down
2 changes: 1 addition & 1 deletion formula-template.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Auto < Formula
desc "Generate releases based on semantic version labels on pull requests."
homepage "https://intuit.github.io/auto/home.html"
homepage "https://intuit.github.io/auto"
url "https://github.com/intuit/auto/releases/download/$VERSION/auto-macos.gz"
version "$VERSION"
sha256 "$SHA"
Expand Down

0 comments on commit 674438a

Please sign in to comment.