Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README URLs based on HTTP redirects #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Weber - is a MVC Web framework for [Elixir](http://elixir-lang.org/).
* i18n support;
* Live code/templates update
* Sessions support;
* [weber-contrib](https://github.com/0xAX/weber-contrib)
* [weber-contrib](https://github.com/elixir-web/weber-contrib)

## Quick start

Expand Down Expand Up @@ -199,7 +199,7 @@ end

## Request params

Sometimes it is necessary for the request parameters in the controller. For this point can be used `Weber.Http.Params` [API](https://github.com/0xAX/weber/wiki/Weber.Http.Params-API).
Sometimes it is necessary for the request parameters in the controller. For this point can be used `Weber.Http.Params` [API](https://github.com/elixir-web/weber/wiki/Weber.Http.Params-API).

```elixir
defmodule Simplechat.Main.Login do
Expand Down Expand Up @@ -534,7 +534,7 @@ All websocket connections are must start with prefix `/_ws/`.

## Session

[Session API](https://github.com/0xAX/weber/wiki/Weber.Session-API)
[Session API](https://github.com/elixir-web/weber/wiki/Weber.Session-API)

## Testing requests

Expand Down Expand Up @@ -570,7 +570,7 @@ mix weber.routes

## Dependencies

* [cowboy](https://github.com/extend/cowboy)
* [cowboy](https://github.com/ninenines/cowboy)
* [ecto](https://github.com/elixir-lang/ecto)
* [postgrex](https://github.com/ericmj/postgrex)
* [exjson](https://github.com/guedes/exjson)
Expand Down