diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d0b0aef6..b0318940e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Start by forking the Minio GitHub repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details: -### Setup your Minio Github Repository +### Setup your Minio GitHub Repository Fork [Minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository. Copy the URL of your Minio fork (you will need it for the `git clone` command below). ```sh diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e357b9ad8..a36e221d1 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,6 +1,6 @@ # For maintainers only -### Setup your minio Github Repository +### Setup your minio GitHub Repository Fork [minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository. ```bash diff --git a/browser/app/js/browser/BrowserDropdown.js b/browser/app/js/browser/BrowserDropdown.js index 0b762949d..b04fad917 100644 --- a/browser/app/js/browser/BrowserDropdown.js +++ b/browser/app/js/browser/BrowserDropdown.js @@ -89,7 +89,7 @@ export class BrowserDropdown extends React.Component {
  • - Github + GitHub
  • diff --git a/docs/tls/README.md b/docs/tls/README.md index 43f16777c..8dabe177a 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -179,4 +179,4 @@ Minio can be configured to connect to other servers, whether Minio nodes or serv * [TLS Configuration for Minio server on Kubernetes](https://github.com/minio/minio/tree/master/docs/tls/kubernetes) * [Minio Client Complete Guide](https://docs.minio.io/docs/minio-client-complete-guide) * [Generate Let's Encrypt Certificate](https://docs.minio.io/docs/generate-let-s-encypt-certificate-using-concert-for-minio) -* [Setup Nginx Proxy with Minio Server](https://docs.minio.io/docs/setup-nginx-proxy-with-minio) +* [Setup nginx Proxy with Minio Server](https://docs.minio.io/docs/setup-nginx-proxy-with-minio) diff --git a/pkg/madmin/README.md b/pkg/madmin/README.md index 9e4a1c934..bc25a17d4 100644 --- a/pkg/madmin/README.md +++ b/pkg/madmin/README.md @@ -5,7 +5,7 @@ This quickstart guide will show you how to install the Minio Admin client SDK, c This document assumes that you have a working [Golang setup](https://docs.minio.io/docs/how-to-install-golang). -## Download from Github +## Download from GitHub ```sh