Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit e373132

Browse files
committed
Fixed links
1 parent 9d506f5 commit e373132

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Since Lambdex is built using Phoenix, you can use the standard steps:
3838

3939
### Logging in
4040

41-
![login](https://raw.githubusercontent.com/spawnfest/lambdex/master/docs/images/login.jpg)
41+
![login](docs/images/login.jpg)
4242

4343
The database seed includes a created user '[email protected]' with password 'password' which you can use to log in and start using the system.
4444

4545
On login the user is presented with a list of runnable lambdas and their details.
4646

47-
![list](https://raw.githubusercontent.com/spawnfest/lambdex/master/docs/images/list.jpg)
47+
![list](docs/images/list.jpg)
4848

4949
### Creating lambdas
5050

51-
<!-- ![creation](https://raw.githubusercontent.com/spawnfest/lambdex/master/docs/images/lambda_creation.jpg) -->
51+
<!-- ![creation](docs/images/lambda_creation.jpg) -->
5252

5353
To create a new lambda, click on the green button labeled `Create`.
5454

@@ -103,11 +103,11 @@ Note that since lambdas are just anonymous functions which will run in the conte
103103
Once a lambda has been created it will be listed in the main screen.
104104
Each entry has four buttons: `Info`, `Edit`, `Run`, `Delete`.
105105

106-
<!-- ![entry](https://raw.githubusercontent.com/spawnfest/lambdex/master/docs/images/lambda_entry.png) -->
106+
<!-- ![entry](docs/images/lambda_entry.png) -->
107107

108108
Clicking on the `Info` button will show the details for that lambda.
109109

110-
![info](https://raw.githubusercontent.com/spawnfest/lambdex/master/docs/images/lambda_info.jpg)
110+
![info](docs/images/lambda_info.jpg)
111111

112112
Clicking on the `Run` button will run the lambda manually.
113113

docs/images/lambda_info.png

-51.5 KB
Binary file not shown.

docs/images/list.png

-33.7 KB
Binary file not shown.

docs/images/login.png

-6.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)