From c01f9b9c1ae6c42e786343d1648b45e2454bbeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Sp=C3=B3lnik?= Date: Thu, 9 Aug 2018 08:07:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4619ec..c854c1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JAlgoArena Judge Agent [![Build Status](https://travis-ci.org/spolnik/JAlgoArena-Judge.svg?branch=master)](https://travis-ci.org/spolnik/JAlgoArena-Judge) [![codecov](https://codecov.io/gh/spolnik/JAlgoArena-Judge/branch/master/graph/badge.svg)](https://codecov.io/gh/spolnik/JAlgoArena-Judge) [![GitHub release](https://img.shields.io/github/release/spolnik/jalgoarena-judge.svg)]() +# JAlgoArena Judge Agent [![Build Status](https://travis-ci.org/jalgoarena/JAlgoArena-Judge.svg?branch=master)](https://travis-ci.org/jalgoarena/JAlgoArena-Judge) [![codecov](https://codecov.io/gh/spolnik/JAlgoArena-Judge/branch/master/graph/badge.svg)](https://codecov.io/gh/spolnik/JAlgoArena-Judge) [![GitHub release](https://img.shields.io/github/release/spolnik/jalgoarena-judge.svg)]() JAlgoArena Judge Agent is heart of JAlgoArena platform. It is responsible for generation of skeleton code as well as judging submissions based on requirements specified in problem definition. @@ -86,6 +86,6 @@ There are two ways to run it - from sources or from binaries. - there is second way to run app with gradle. Instead of running above, you can just run `./gradlew clean bootRun` ## Notes -- [Travis Builds](https://travis-ci.org/spolnik) +- [Travis Builds](https://travis-ci.org/jalgoarena) ![Component Diagram](https://github.com/spolnik/JAlgoArena/raw/master/design/JAlgoArena_Logo.png)