Skip to content

Commit

Permalink
Merge pull request #124 from ezhil56x/readme
Browse files Browse the repository at this point in the history
fix: contributor's guide broken link
  • Loading branch information
vigoo committed Jan 31, 2024
2 parents 8ef6cd4 + 92ace29 commit fbb918d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/site.yml
Expand Up @@ -29,8 +29,6 @@ jobs:
check-latest: true
- name: Check if the README file is up to date
run: sbt docs/checkReadme
- name: Check if the site workflow is up to date
run: sbt docs/checkGithubWorkflow
- name: Check artifacts build process
run: sbt +publishLocal
- name: Check website build process
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -77,11 +77,11 @@ Learn more on the [ZIO OpenAI homepage](https://zio.dev/zio-openai/)!

## Contributing

For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing).
For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines).

## Code of Conduct

See the [Code of Conduct](https://zio.dev/about/code-of-conduct)
See the [Code of Conduct](https://zio.dev/code-of-conduct)

## Support

Expand Down
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -86,7 +86,6 @@ lazy val docs = project
projectName := "ZIO OpenAI",
mainModuleName := (zioOpenAI / moduleName).value,
projectStage := ProjectStage.ProductionReady,
docsPublishBranch := "main",
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(zioOpenAI)
)
.dependsOn(zioOpenAI)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -16,7 +16,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt"
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.22")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6"

Expand Down

0 comments on commit fbb918d

Please sign in to comment.