Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <[email protected]>
  • Loading branch information
palnabarun committed May 25, 2020
1 parent f7e7c6a commit 4dce01d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We recommend creating a new branch for each feature task/bug since it makes easi

## Reviewing Issues and Pull Requests

You're welcome to review issues and pull requests, provide feedback, and answer questions. Please remember to be friendly and respectful when commenting on issues or pull requests, and always follow our [Code of Conduct](https://in.pycon.org/2018/coc.html). It's okay for people to make mistakes and ask questions!
You're welcome to review issues and pull requests, provide feedback, and answer questions. Please remember to be friendly and respectful when commenting on issues or pull requests, and always follow our [Code of Conduct](https://in.pycon.org/2020/coc.html). It's okay for people to make mistakes and ask questions!


## How Can I Get Help?
Expand All @@ -45,4 +45,4 @@ If you are stuck or have some questions on an issue that you are working on, the



The Contribution Guidelines have been based on CONTRIBUTING.md from the [2017 DjanoCon U.S. website repo](https://github.com/djangocon/2017.djangocon.us)
The Contribution Guidelines have been based on CONTRIBUTING.md from the [2017 DjanoCon U.S. website repo](https://github.com/djangocon/2017.djangocon.us)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PyCon India Blog (https://in.pycon.org/blog/)

## Getting Started

Run the following commands in a virtualenv:
Run the following commands in a `virtualenv`:

```
$ pip install -r requirements.txt
$ ./develop_server.sh start
$ make serve
```

The contents should be visible at [http://localhost:8000/blog/](http://localhost:8000/blog/)
The contents should be visible at [http://localhost:8000/](http://localhost:8000/)

## Want to Contribute?

Expand All @@ -36,4 +36,4 @@ We are happy to introduce our Titanium sponsor **X**! This is also the summary l
Blog content goes here in the following lines.
```

For more details look up, https://docs.getpelican.com/en/4.2.0/content.html
For more details look up, https://docs.getpelican.com/en/stable/content.html

0 comments on commit 4dce01d

Please sign in to comment.