Skip to content

Commit

Permalink
Update Project Homepage In Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyLyman committed Dec 5, 2018
1 parent 3753802 commit b5a7e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion elixir_runtime/lib/elixir_runtime/lambda_service_client.ex
Expand Up @@ -10,6 +10,8 @@ defmodule ElixirRuntime.LambdaServiceClient do
@behaviour ElixirRuntime.Loop.Client
@behaviour ElixirRuntime.Monitor.Client

alias ElixirRuntime.LambdaServiceClient

def service_endpoint do
System.get_env("AWS_LAMBDA_RUNTIME_API")
end
Expand Down Expand Up @@ -67,7 +69,7 @@ defmodule ElixirRuntime.LambdaServiceClient do
end
end

defmodule LambdaServiceClient.Context do
defmodule ElixirRuntime.LambdaServiceClient.Context do
@request_id "lambda-runtime-aws-request-id"
@trace_id "lambda-runtime-trace-id"
@client_context "x-amz-client-context"
Expand Down
2 changes: 1 addition & 1 deletion elixir_runtime/mix.exs
Expand Up @@ -17,7 +17,7 @@ defmodule Lambda.MixProject do
# Docs
name: "AWS Lambda Elixir Runtime",
source_url: "https://github.com/aws-samples/aws-lambda-elixir-runtime",
homepage_url: "https://github.com/aws-samples/aws-lambda-elixir-runtime",
homepage_url: "https://github.com/aws-samples/aws-lambda-elixir-runtime/tree/master/elixir_runtime",
docs: [
source_url_pattern:
"https://github.com/aws-samples/aws-lambda-elixir-runtime/blob/master/elixir_runtime/%{path}#L%{line}",
Expand Down

0 comments on commit b5a7e66

Please sign in to comment.